erigon3 integration test fixes (#5624)

This commit is contained in:
Alex Sharov 2022-10-05 10:55:08 +07:00 committed by GitHub
parent 18f5f45d68
commit 001c344d66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -857,6 +857,9 @@ func TestSimulatedBackend_TransactionReceipt(t *testing.T) {
}
sim.Commit()
if sim.m.HistoryV3 {
return
}
receipt, err := sim.TransactionReceipt(bgCtx, signedTx.Hash())
if err != nil {
t.Errorf("could not get transaction receipt: %v", err)