diff --git a/src/komodo.h b/src/komodo.h index 9245fda78..e2ce40cbf 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -500,7 +500,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block) signedmask |= (1LL << k); } } - if ( signedmask != 0 ) + if ( 0 && signedmask != 0 ) printf("%s ht.%d txi.%d signedmask.%llx numvins.%d numvouts.%d\n",ASSETCHAINS_SYMBOL,height,i,(long long)signedmask,numvins,numvouts); if ( signedmask != 0 && (notarizedheight != 0 || specialtx != 0) ) {