mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
revert comment modification back and align with master
This commit is contained in:
parent
5d4baf2289
commit
2b4aa7d59c
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
newcfg := genesis.configOrDefault(stored)
|
||||||
// Get the existing chain configuration for genesis block.
|
|
||||||
storedcfg := rawdb.ReadChainConfig(db, stored)
|
storedcfg := rawdb.ReadChainConfig(db, stored)
|
||||||
if storedcfg == nil {
|
if storedcfg == nil {
|
||||||
log.Warn("Found genesis block without chain config")
|
log.Warn("Found genesis block without chain config")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue