diff options
| author | Matt Corallo <[email protected]> | 2017-08-01 17:02:10 -0400 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2017-08-01 17:02:10 -0400 |
| commit | e7539f864984740b80efc44e1a8970f4353ff066 (patch) | |
| tree | 5528c6baf4a2a9e588abb4d45f527bc8f81fec35 /src/validation.cpp | |
| parent | Check for empty coinsview instead of just-reset coinsview in init (diff) | |
| download | discoin-e7539f864984740b80efc44e1a8970f4353ff066.tar.xz discoin-e7539f864984740b80efc44e1a8970f4353ff066.zip | |
Fix some broken init-time prints/constants
Diffstat (limited to 'src/validation.cpp')
| -rw-r--r-- | src/validation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/validation.cpp b/src/validation.cpp index babf6f152..405ff356f 100644 --- a/src/validation.cpp +++ b/src/validation.cpp @@ -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 |