From 985e8f155920af82a30454842ef7ffbc7f461d7c Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 4 Jan 2017 14:06:30 +0200 Subject: [PATCH] Revert "test" This reverts commit 68b868fd6ddfb1fded75db93b768fb6e2afbe859. --- src/main.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index a55ed39d5..f24cfedbd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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; } }