Revert "test"

This reverts commit 68b868fd6d.
This commit is contained in:
jl777
2017-01-04 14:06:30 +02:00
parent 68b868fd6d
commit 985e8f1559

View File

@@ -1124,10 +1124,8 @@ bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransa
COutPoint outpoint = tx.vin[i].prevout;
if (pool.mapNextTx.count(outpoint))
{
static uint32_t counter;
// Disable replacement feature for now
if ( counter++ < 10 )
fprintf(stderr,"Disable replacement feature for now\n");
fprintf(stderr,"Disable replacement feature for now\n");
return false;
}
}