]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Mon, 14 Nov 2016 16:39:48 +0000 (13:39 -0300)
committerjl777 <[email protected]>
Mon, 14 Nov 2016 16:39:48 +0000 (13:39 -0300)
src/komodo.h

index 90900b9c550e883b49cf2528dbd909516907e04d..34b249f3bea0776598708874c881ad0539b61cdf 100644 (file)
@@ -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;
This page took 0.025181 seconds and 4 git commands to generate.