mempool: fix linter error

This commit is contained in:
Olaoluwa Osuntokun 2022-10-10 14:57:13 -07:00
parent f30a73d573
commit 4f64fe9bd7

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