From: Pieter Wuille Date: Tue, 20 Mar 2012 15:41:36 +0000 (+0100) Subject: assertion in CBlock::SetBestChainInner was too strong X-Git-Tag: v0.4.0-unstable~129^2~152 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=9aa459b2947d2db3f09a6558fee80a444e1220bb assertion in CBlock::SetBestChainInner was too strong --- diff --git a/src/main.cpp b/src/main.cpp index 1b56cea..1209f6e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1457,10 +1457,9 @@ runCommand(std::string strCommand) printf("runCommand error: system(%s) returned %d\n", strCommand.c_str(), nErr); } +// Called from inside SetBestChain: attaches a block to the new best chain being built bool CBlock::SetBestChainInner(CTxDB& txdb, CBlockIndex *pindexNew) { - assert(pindexNew->pprev == pindexBest); - uint256 hash = GetHash(); // Adding to current best branch