From 7d51d97389982960bd039ce624c73f9fb12e9e59 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 14 Nov 2016 13:39:48 -0300 Subject: [PATCH] test --- src/komodo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/komodo.h b/src/komodo.h index 90900b9c5..34b249f3b 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -463,6 +463,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block) if ( signedmask != 0 && (notarizedheight != 0 || specialtx != 0) ) { printf("NOTARY SIGNED.%llx numvins.%d ht.%d txi.%d notaryht.%d specialtx.%d\n",(long long)signedmask,numvins,height,i,notarizedheight,specialtx); + printf("ht.%d specialtx.%d isratification.%d numvouts.%d signed.%llx numnotaries.%d\n",height,specialtx,isratification,numvouts,(long long)signedmask,numnotaries); if ( specialtx != 0 && isratification != 0 && numvouts > 2 ) { numvalid = 0; -- 2.42.0