mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-10 05:11:38 +01:00
12 lines
361 B
Diff
12 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))
|
|
}
|