diff --git a/core/genesis.go b/core/genesis.go index f6cc2f5761..1b786345a2 100644 --- a/core/genesis.go +++ b/core/genesis.go @@ -28,7 +28,6 @@ package core import ( "bytes" - _ "embed" "encoding/hex" "encoding/json" "errors" @@ -119,8 +118,8 @@ type genesisSpecMarshaling struct { GasUsed math.HexOrDecimal64 Number math.HexOrDecimal64 Difficulty *math.HexOrDecimal256 - BaseFee *math.HexOrDecimal256 Alloc map[common.UnprefixedAddress]GenesisAccount + BaseFee *math.HexOrDecimal256 AirdropAmount *math.HexOrDecimal256 ExcessBlobGas *math.HexOrDecimal64 BlobGasUsed *math.HexOrDecimal64