This commit is contained in:
jl777
2018-11-06 22:34:33 -11:00
parent 4a2e5ecded
commit da58ee102b
2 changed files with 15 additions and 18 deletions

View File

@@ -1387,7 +1387,7 @@ bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransa
//static uint32_t counter;
// Disable replacement feature for now
//if ( counter++ < 100 )
fprintf(stderr,"Disable replacement feature for now\n");
//fprintf(stderr,"Disable replacement feature for now\n");
return false;
}
}
@@ -1438,7 +1438,7 @@ bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransa
{
if (pfMissingInputs)
*pfMissingInputs = true;
fprintf(stderr,"missing inputs\n");
//fprintf(stderr,"missing inputs\n");
return false;
}
}