Merge pull request #987 from jl777/jl777

Fix case
This commit is contained in:
jl777
2018-11-26 08:59:14 -11:00
committed by GitHub

View File

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