chain: fix Fatalf format verb error

This commit is contained in:
Wilmer Paulino 2019-05-11 13:05:17 -07:00
parent 9d95f76e99
commit 8d6dd92706
No known key found for this signature in database
GPG key ID: 6DF57B9F9514972F

View file

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