mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth: remove todo
This commit is contained in:
parent
4b9ac7268e
commit
9e9062b99a
1 changed files with 0 additions and 1 deletions
|
|
@ -194,7 +194,6 @@ func New(ctx *node.ServiceContext, config *Config) (*Ethereum, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
// todo(rjl493456442) wrap all setting into a single config struct
|
||||
eth.miner = miner.New(eth, &config.Miner, chainConfig, eth.EventMux(), eth.engine, eth.isLocalBlock)
|
||||
eth.miner.SetExtra(makeExtraData(config.Miner.ExtraData))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue