core: make genesis parse baseFee correctly

This commit is contained in:
Martin Holst Swende
2021-06-08 11:07:27 +02:00
parent 0e9c7d564d
commit f763846e6e
2 changed files with 5 additions and 4 deletions

View File

@ -98,6 +98,7 @@ type genesisSpecMarshaling struct {
GasUsed math.HexOrDecimal64
Number math.HexOrDecimal64
Difficulty *math.HexOrDecimal256
BaseFee *math.HexOrDecimal256
Alloc map[common.UnprefixedAddress]GenesisAccount
}