This commit is contained in:
jl777
2018-09-15 21:48:31 -11:00
parent a6a00b5ca2
commit 8ccb74fb8e

View File

@@ -3376,7 +3376,7 @@ bool static DisconnectTip(CValidationState &state, bool fBare = false) {
if (!ReadBlockFromDisk(block, pindexDelete,1))
return AbortNode(state, "Failed to read block");
{
int32_t prevMoMheightp; uint256 notarizedhash,txid;
int32_t prevMoMheight; uint256 notarizedhash,txid;
komodo_notarized_height(&prevMoMheight,&notarizedhash,&txid);
if ( block.GetHash() == notarizedhash )
{