Skip to content

Commit

Permalink
Fix TestRPCGetBlockOrHeader
Browse files Browse the repository at this point in the history
This is a tricky one. Disabling Cel2 fixes the test, but I'm not sure
why.
  • Loading branch information
palango committed May 16, 2024
1 parent 11fa2c5 commit 37df44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ethapi/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1752,7 +1752,7 @@ func TestRPCGetBlockOrHeader(t *testing.T) {
acc1Addr = crypto.PubkeyToAddress(acc1Key.PublicKey)
acc2Addr = crypto.PubkeyToAddress(acc2Key.PublicKey)
genesis = &core.Genesis{
Config: params.TestChainConfig,
Config: params.TestChainConfigNoCel2,
Alloc: types.GenesisAlloc{
acc1Addr: {Balance: big.NewInt(params.Ether)},
acc2Addr: {Balance: big.NewInt(params.Ether)},
Expand Down

0 comments on commit 37df44b

Please sign in to comment.