]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Mon, 30 Jan 2017 09:03:17 +0000 (11:03 +0200)
committerjl777 <[email protected]>
Mon, 30 Jan 2017 09:03:17 +0000 (11:03 +0200)
src/main.cpp

index d1a14465edbb8e4958cfa4b942b3bce6ad74b423..9cff495863d7f71ad359b49b8aa66caf064106ed 100644 (file)
@@ -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?
This page took 0.032199 seconds and 4 git commands to generate.