From 7df54c32755b17f73fd37ef4db584a47a3f9b411 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 23 Oct 2017 12:14:21 +0300 Subject: [PATCH] Test --- src/komodo_notary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_notary.h b/src/komodo_notary.h index abb878921..80de01629 100644 --- a/src/komodo_notary.h +++ b/src/komodo_notary.h @@ -326,7 +326,7 @@ int32_t komodo_notarizeddata(int32_t nHeight,uint256 *notarized_hashp,uint256 *n if ( sp->NUM_NPOINTS > 0 ) { flag = 0; - if ( sp->last_NPOINTSi < sp->NUM_POINTS && sp->last_NPOINTSi > 0 ) + if ( sp->last_NPOINTSi < sp->NUM_NPOINTS && sp->last_NPOINTSi > 0 ) { np = &sp->NPOINTS[sp->last_NPOINTSi-1]; for (i=sp->last_NPOINTSi; iNUM_NPOINTS; i++)