mempool: fix ia lint error in test

thanks to @moodyjon
This commit is contained in:
Roy Lee 2022-04-19 19:01:56 -07:00
parent 9e352f8141
commit d3bfed9a66

View file

@ -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))
}