Fix some broken init-time prints/constants

This commit is contained in:
Matt Corallo
2017-08-01 17:02:10 -04:00
parent 13ab353829
commit e7539f8649
3 changed files with 4 additions and 4 deletions

View File

@@ -3916,7 +3916,6 @@ bool LoadGenesisBlock(const CChainParams& chainparams)
if (mapBlockIndex.count(chainparams.GenesisBlock().GetHash()))
return true;
// Only add the genesis block if not reindexing (in which case we reuse the one already on disk)
try {
CBlock &block = const_cast<CBlock&>(chainparams.GenesisBlock());
// Start new block file