From 858a837fc8835afae720fdd02e115cb3811e9120 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 6 Apr 2018 12:46:08 +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 6388c1b7f..789c588f2 100644 --- a/src/komodo_notary.h +++ b/src/komodo_notary.h @@ -478,7 +478,7 @@ int32_t komodo_notarizeddata(int32_t nHeight,uint256 *notarized_hashp,uint256 *n void komodo_notarized_update(struct komodo_state *sp,int32_t nHeight,int32_t notarized_height,uint256 notarized_hash,uint256 notarized_desttxid,uint256 MoM,int32_t MoMdepth) { - struct notarized_checkpoint *np; uint256 hash,desttxid; int32_t ht; + struct notarized_checkpoint *np; if ( notarized_height >= nHeight ) { fprintf(stderr,"komodo_notarized_update REJECT notarized_height %d > %d nHeight\n",notarized_height,nHeight);