mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
core/genesis: remove unused CoinBase field from DeveloperGenesisBlock function
This commit is contained in:
parent
e6ff50dbfb
commit
8cf4a0074b
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue