From d6eb511b21965fbe5d0e742101d51a28b6684dd8 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 22 Apr 2018 00:08:08 +0300 Subject: [PATCH] -print --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 16a04e654..0913f2608 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1294,10 +1294,10 @@ bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransa COutPoint outpoint = tx.vin[i].prevout; if (pool.mapNextTx.count(outpoint)) { - static uint32_t counter; + //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; } }