diff --git a/core/genesis.go b/core/genesis.go index a3e67f53e1..6bb2adf469 100644 --- a/core/genesis.go +++ b/core/genesis.go @@ -685,7 +685,6 @@ func DeveloperGenesisBlock(gasLimit uint64, faucet *common.Address) (*Genesis, c BaseFee: big.NewInt(params.InitialBaseFee), Difficulty: big.NewInt(0), Alloc: alloc, - Coinbase: faucetAddr, } return genesis, faucetAddr, faucetKey }