Browse Source

40000 fix

pull/4/head
jl777 8 years ago
parent
commit
bbc4bbc0b1
  1. 2
      src/komodo.h

2
src/komodo.h

@ -554,7 +554,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block)
}
}
}
printf("%s ht.%d txi.%d signedmask.%llx numvins.%d numvouts.%d notarized.%d special.%d isratification.%d\n",ASSETCHAINS_SYMBOL,height,i,(long long)signedmask,numvins,numvouts,notarized,specialtx,isratification);
//printf("%s ht.%d txi.%d signedmask.%llx numvins.%d numvouts.%d notarized.%d special.%d isratification.%d\n",ASSETCHAINS_SYMBOL,height,i,(long long)signedmask,numvins,numvouts,notarized,specialtx,isratification);
if ( notarized != 0 && (notarizedheight != 0 || specialtx != 0) )
{
if ( isratification != 0 )

Loading…
Cancel
Save