From c058849496179e4338452f0d4e01df4fb2666e74 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 18 Oct 2016 21:17:23 -0300 Subject: [PATCH] test --- src/komodo.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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); }