diff --git a/src/komodo.h b/src/komodo.h index fb9aa0b75..b8a02a5cd 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -245,13 +245,14 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block) height = pindex->nHeight; txn_count = block.vtx.size(); notarizedheight = 0; + signedmask = 0; for (i=0; i= 0 && voutmask != 0 ) komodo_nutxoadd(notaryid,txhash,voutmask,numvouts); } - if ( signedmask != 0 ) + if ( signedmask != 0 || notarizedheight != 0 ) { printf("NOTARY SIGNED.%llx ht.%d txi.%d notaryht.%d\n",(long long)voutmask,height,i,notarizedheight); }