From 988d79ca01711d17bc81ce88704d106a84bf3c3d Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 21 Nov 2016 19:32:48 -0300 Subject: [PATCH] test --- src/komodo.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/komodo.h b/src/komodo.h index f1b06ae28..33a716f4b 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -461,14 +461,6 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block) komodo_stateupdate(pindex->nHeight,0,0,0,zero,0,0,0,0,-pindex->nHeight,pindex->nTime,0,0,0,0); } komodo_currentheight_set(chainActive.Tip()->nHeight); - /*if ( ASSETCHAINS_SYMBOL[0] != 0 ) - { - while ( KOMODO_PASSPORT_INITDONE == 0 ) - { - fprintf(stderr,"komodo_connect.(%s) waiting for KOMODO_PASSPORT_INITDONE.%u\n",ASSETCHAINS_SYMBOL,KOMODO_PASSPORT_INITDONE); - sleep(3); - } - }*/ if ( pindex != 0 ) { height = pindex->nHeight; @@ -490,6 +482,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block) } } numvalid = bitweight(signedmask); + printf("%s ht.%d txi.%d signedmask.%llx numvins.%d numvouts.%d <<<<<<<<<<< notarized\n",ASSETCHAINS_SYMBOL,height,i,(long long)signedmask,numvins,numvouts); if ( (((height < 90000 || (signedmask & 1) != 0) && numvalid >= KOMODO_MINRATIFY) || bitweight(signedmask) > (numnotaries>>1)) ) { printf("%s ht.%d txi.%d signedmask.%llx numvins.%d numvouts.%d <<<<<<<<<<< notarized\n",ASSETCHAINS_SYMBOL,height,i,(long long)signedmask,numvins,numvouts);