This commit is contained in:
jl777
2016-10-20 05:54:10 -03:00
parent 82fecc5389
commit 4355e76970
2 changed files with 37 additions and 14 deletions

View File

@@ -1868,7 +1868,7 @@ bool DisconnectBlock(CBlock& block, CValidationState& state, CBlockIndex* pindex
*pfClean = false;
bool fClean = true;
komodo_disconnect(pindex,block);
CBlockUndo blockUndo;
CDiskBlockPos pos = pindex->GetUndoPos();
if (pos.IsNull())