mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 11:41:19 +00:00
erigon3 integration test fixes (#5624)
This commit is contained in:
parent
18f5f45d68
commit
001c344d66
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user