From e9d2451373d5849ec2438185c66bde52de583fb7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 30 Jan 2017 11:03:17 +0200 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 d1a14465e..9cff49586 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1177,7 +1177,7 @@ bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransa // are the actual inputs available? if (!view.HaveInputs(tx)) { - fprintf(stderr,"accept failure.1\n"); + //fprintf(stderr,"accept failure.1\n"); return state.Invalid(error("AcceptToMemoryPool: inputs already spent"),REJECT_DUPLICATE, "bad-txns-inputs-spent"); } // are the joinsplit's requirements met?