From da8b36276f22453e26751b730d197dcecf4debc2 Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Tue, 7 Nov 2023 22:40:44 +0300 Subject: [PATCH] minor --- core/blockchain.go | 1 - 1 file changed, 1 deletion(-) 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