From 760ed567cd1fcab717b9aea6c195180b1cea3119 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 26 Nov 2018 08:58:41 -1100 Subject: [PATCH] Fix case --- src/cc/CCutils.cpp | 1 + 1 file changed, 1 insertion(+) 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