From 2b4aa7d59c551cbd552bfeb7fa08d3183dce773e Mon Sep 17 00:00:00 2001 From: Lin Corey Date: Thu, 8 Nov 2018 09:56:19 +0800 Subject: [PATCH] revert comment modification back and align with master --- core/genesis.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/genesis.go b/core/genesis.go index 18aa1bbd4f..6e71afd61c 100644 --- a/core/genesis.go +++ b/core/genesis.go @@ -176,9 +176,8 @@ func SetupGenesisBlock(db ethdb.Database, genesis *Genesis) (*params.ChainConfig } } - // Get the new chain configuration for genesis block. + // Get the existing chain configuration. newcfg := genesis.configOrDefault(stored) - // Get the existing chain configuration for genesis block. storedcfg := rawdb.ReadChainConfig(db, stored) if storedcfg == nil { log.Warn("Found genesis block without chain config")