diff --git a/src/cc/CCutils.cpp b/src/cc/CCutils.cpp index 9d024cded..809b93e21 100644 --- a/src/cc/CCutils.cpp +++ b/src/cc/CCutils.cpp @@ -498,6 +498,7 @@ bool komodo_txnotarizedconfirmed(uint256 txid) { if ( txheight >= sp->NOTARIZED_HEIGHT ) confirms = (txheight - sp->NOTARIZED_HEIGHT); + else notarized = 0; } } #ifdef TESTMODE