core, eth, trie: fix data races and merge/review issues
This commit is contained in:
@ -391,7 +391,6 @@ func New(config *Config) (*Ethereum, error) {
|
||||
if err == core.ErrNoGenesis {
|
||||
return nil, fmt.Errorf(`Genesis block not found. Please supply a genesis block with the "--genesis /path/to/file" argument`)
|
||||
}
|
||||
|
||||
return nil, err
|
||||
}
|
||||
newPool := core.NewTxPool(eth.EventMux(), eth.blockchain.State, eth.blockchain.GasLimit)
|
||||
|
Reference in New Issue
Block a user