]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Wed, 25 Jan 2017 13:15:47 +0000 (15:15 +0200)
committerjl777 <[email protected]>
Wed, 25 Jan 2017 13:15:47 +0000 (15:15 +0200)
src/main.cpp

index 19f4fd0b44100a09931d6677bff53d06bd2880a8..f92e59f4cf777e5d216b0ee2421e19b6b41f1d26 100644 (file)
@@ -1167,7 +1167,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;
             }
         }
This page took 0.035818 seconds and 4 git commands to generate.