chain: fix Fatalf format verb error
This commit is contained in:
parent
9d95f76e99
commit
8d6dd92706
1 changed files with 1 additions and 1 deletions
|
@ -319,6 +319,6 @@ func assertRelevantTxnsContains(t *testing.T, bf *chain.BlockFilterer, wantTx *w
|
|||
}
|
||||
}
|
||||
|
||||
t.Fatalf("unable to find tx: %x in %d relevant txns", wantTx,
|
||||
t.Fatalf("unable to find tx: %x in %d relevant txns", wantTx.TxHash(),
|
||||
len(bf.RelevantTxns))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue