test
This commit is contained in:
@@ -1124,8 +1124,10 @@ bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransa
|
|||||||
COutPoint outpoint = tx.vin[i].prevout;
|
COutPoint outpoint = tx.vin[i].prevout;
|
||||||
if (pool.mapNextTx.count(outpoint))
|
if (pool.mapNextTx.count(outpoint))
|
||||||
{
|
{
|
||||||
|
static uint32_t counter;
|
||||||
// Disable replacement feature for now
|
// Disable replacement feature for now
|
||||||
fprintf(stderr,"Disable replacement feature for now\n");
|
if ( counter++ < 100 )
|
||||||
|
fprintf(stderr,"Disable replacement feature for now\n");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user