This commit is contained in:
jl777
2018-04-16 02:35:19 +03:00
parent b6aa98f662
commit da4020cb61
2 changed files with 2 additions and 2 deletions

View File

@@ -861,7 +861,7 @@ int32_t komodo_is_special(uint8_t pubkeys[66][33],int32_t mids[66],int32_t heigh
{
if ( mids[i] == notaryid )
{
if ( 0 && height > 700000 )
if ( height > 700000 )
{
for (j=0; j<66; j++)
fprintf(stderr,"%d ",mids[j]);

View File

@@ -3835,7 +3835,7 @@ bool AcceptBlock(CBlock& block, CValidationState& state, CBlockIndex** ppindex,
fprintf(stderr,"unexpected AcceptBlock error null pindex\n");
return false;
}
fprintf(stderr,"acceptblockheader passed\n");
//fprintf(stderr,"acceptblockheader passed\n");
// Try to process all requested blocks that we don't have, but only
// process an unrequested block if it's new and has enough work to
// advance our tip, and isn't too many blocks ahead.