Skip to content

Commit

Permalink
calltrace_test: set test block to a pre-orion activation block number
Browse files Browse the repository at this point in the history
  • Loading branch information
iquidus committed Dec 21, 2021
1 parent b971888 commit 22e5276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/tracers/internal/tracetest/calltrace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ func TestZeroValueToNotExitCall(t *testing.T) {
CanTransfer: core.CanTransfer,
Transfer: core.Transfer,
Coinbase: common.Address{},
BlockNumber: new(big.Int).SetUint64(8000000),
BlockNumber: new(big.Int).SetUint64(1500000), // previously 8000000 (before berlin/london)
Time: new(big.Int).SetUint64(5),
Difficulty: big.NewInt(0x30000),
GasLimit: uint64(6000000),
Expand Down

0 comments on commit 22e5276

Please sign in to comment.