mempool: fix ia lint error in test
thanks to @moodyjon
This commit is contained in:
parent
9e352f8141
commit
d3bfed9a66
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ func TestOrphanReject(t *testing.T) {
|
|||
|
||||
// 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))
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue