-p
This commit is contained in:
@@ -3376,7 +3376,7 @@ bool static DisconnectTip(CValidationState &state, bool fBare = false) {
|
|||||||
if (!ReadBlockFromDisk(block, pindexDelete,1))
|
if (!ReadBlockFromDisk(block, pindexDelete,1))
|
||||||
return AbortNode(state, "Failed to read block");
|
return AbortNode(state, "Failed to read block");
|
||||||
{
|
{
|
||||||
int32_t prevMoMheightp; uint256 notarizedhash,txid;
|
int32_t prevMoMheight; uint256 notarizedhash,txid;
|
||||||
komodo_notarized_height(&prevMoMheight,¬arizedhash,&txid);
|
komodo_notarized_height(&prevMoMheight,¬arizedhash,&txid);
|
||||||
if ( block.GetHash() == notarizedhash )
|
if ( block.GetHash() == notarizedhash )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user