Skip to content

Commit

Permalink
fix for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush committed Oct 11, 2024
1 parent 062dc35 commit 80fb112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/genesis_extra_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func TestGenesisEthUpgrades(t *testing.T) {

// We should still be able to re-initialize
config = *preEthUpgrades
config.SetEthUpgrades() // New versions will set additional fields eg, LondonBlock
params.SetEthUpgrades(&config) // New versions will set additional fields eg, LondonBlock
_, _, err = SetupGenesisBlock(db, tdb, &Genesis{Config: &config}, block.Hash(), false)
require.NoError(t, err)
}

0 comments on commit 80fb112

Please sign in to comment.