]> Git Repo - VerusCoin.git/commitdiff
Remove debug printf
authormiketout <[email protected]>
Thu, 26 Nov 2020 21:19:38 +0000 (13:19 -0800)
committermiketout <[email protected]>
Thu, 26 Nov 2020 21:19:38 +0000 (13:19 -0800)
src/transaction_builder.cpp

index 2f90f675ac00d1d6e6ec68dfa1ac7f771cf9de65..7cd17a1dadc27890d52e616a988a20423ad9cf23 100644 (file)
@@ -255,7 +255,7 @@ TransactionBuilderResult TransactionBuilder::Build()
     }
     for (auto tIn : tIns) {
         change += tIn.value;
-        printf("tIn.scriptPubKey.ReserveOutValue():\n%s\n", tIn.scriptPubKey.ReserveOutValue().ToUniValue().write(1,2).c_str());
+        //printf("tIn.scriptPubKey.ReserveOutValue():\n%s\n", tIn.scriptPubKey.ReserveOutValue().ToUniValue().write(1,2).c_str());
         reserveChange += tIn.scriptPubKey.ReserveOutValue();
     }
     if (reserveChange.valueMap.size())
This page took 0.027021 seconds and 4 git commands to generate.