diff --git a/core/blockchain.go b/core/blockchain.go index f241701947..80107d495a 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -293,7 +293,6 @@ func NewBlockChain(db ethdb.Database, cacheConfig *CacheConfig, genesis *Genesis // Setup the genesis block, commit the provided genesis specification // to database if the genesis block is not present yet, or load the // stored one from database. - // TODO: pass in blockchainLogger here to catch genesis block and allocs chainConfig, genesisHash, genesisErr := SetupGenesisBlockWithOverride(db, triedb, genesis, overrides, logger) if _, ok := genesisErr.(*params.ConfigCompatError); genesisErr != nil && !ok { return nil, genesisErr