From ff2d88cc236e714d5eb8935ff09834c5d05bb6e3 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 23 Oct 2016 17:31:02 -0300 Subject: [PATCH] test --- src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 45e617a9c..3cf45b287 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1070,7 +1070,10 @@ bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransa // is it already in the memory pool? uint256 hash = tx.GetHash(); if (pool.exists(hash)) + { + fprintf(stderr,"already in mempool\n"); return false; + } // Check for conflicts with in-memory transactions {