Skip to content

Commit ccf53da

Browse files
authored
Merge pull request #23013 from holiman/genesis_fix
core: make genesis parse baseFee correctly
2 parents eff998e + f763846 commit ccf53da

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

core/gen_genesis.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/genesis.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ type genesisSpecMarshaling struct {
9898
GasUsed math.HexOrDecimal64
9999
Number math.HexOrDecimal64
100100
Difficulty *math.HexOrDecimal256
101+
BaseFee *math.HexOrDecimal256
101102
Alloc map[common.UnprefixedAddress]GenesisAccount
102103
}
103104

0 commit comments

Comments
 (0)