mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 06:43:45 +01:00
assertion in CBlock::SetBestChainInner was too strong
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user