From 6663a06db810db1ba2bb2ba9b9a3f9fec6b96f6a Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 25 Oct 2016 14:14:27 -0300 Subject: [PATCH] test --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index f0a78c0f2..83a79835a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1152,7 +1152,7 @@ bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransa if (!view.HaveCoins(txin.prevout.hash)) { if (pfMissingInputs) *pfMissingInputs = true; - fprintf(stderr,"missing inputs\n"); + //fprintf(stderr,"missing inputs\n"); return false; } }