mirror of
https://github.com/btcsuite/btcd.git
synced 2026-08-13 12:32:51 +02:00
mempool: fix linter error
This commit is contained in:
parent
f30a73d573
commit
4f64fe9bd7
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
Add a link
Reference in a new issue