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);