This commit is contained in:
jl777
2018-11-26 08:58:41 -11:00
parent 0b71e4822a
commit 760ed567cd

View File

@@ -498,6 +498,7 @@ bool komodo_txnotarizedconfirmed(uint256 txid)
{ {
if ( txheight >= sp->NOTARIZED_HEIGHT ) if ( txheight >= sp->NOTARIZED_HEIGHT )
confirms = (txheight - sp->NOTARIZED_HEIGHT); confirms = (txheight - sp->NOTARIZED_HEIGHT);
else notarized = 0;
} }
} }
#ifdef TESTMODE #ifdef TESTMODE