1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/btcd/fix-test.patch
2022-03-19 17:54:37 +01:00

11 lines
361 B
Diff

--- a/mempool/mempool_test.go
+++ b/mempool/mempool_test.go
@@ -560,7 +560,7 @@
// Ensure no transactions were reported as accepted.
if len(acceptedTxns) != 0 {
- t.Fatal("ProcessTransaction: reported %d accepted "+
+ t.Fatalf("ProcessTransaction: reported %d accepted "+
"transactions from failed orphan attempt",
len(acceptedTxns))
}