diff options
Diffstat (limited to 'src/db.cpp')
-rw-r--r-- | src/db.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/db.cpp b/src/db.cpp index 06e5543b2e..5ca9ea2c34 100644 --- a/src/db.cpp +++ b/src/db.cpp @@ -636,7 +636,6 @@ bool LoadBlockIndex(CChainDB &chaindb) { if (pindexGenesisBlock == NULL) return true; - return error("CTxDB::LoadBlockIndex() : hashBestChain not loaded"); } hashBestChain = pindexBest->GetBlockHash(); nBestHeight = pindexBest->nHeight; |