]> Git Repo - VerusCoin.git/commitdiff
Comment out debugging
authormiketout <[email protected]>
Thu, 7 May 2020 22:49:53 +0000 (15:49 -0700)
committermiketout <[email protected]>
Thu, 7 May 2020 22:49:53 +0000 (15:49 -0700)
src/pbaas/pbaas.cpp

index 8b8a87a0361c6a236766813dc3ec871700e1d643..221da37150a00b0cc93c28a72195bfa0ef32c679 100644 (file)
@@ -1296,7 +1296,7 @@ void CConnectedChains::AggregateChainTransfers(const CTxDestination &feeOutput,
                                     continue;
                                 }
 
-                                printf("%s: total export amounts:\n%s\n", __func__, totalAmounts.ToUniValue().write().c_str());
+                                //printf("%s: total export amounts:\n%s\n", __func__, totalAmounts.ToUniValue().write().c_str());
 
                                 CCrossChainExport ccx(lastChain, numInputs, totalAmounts, totalTxFees);
 
@@ -1333,6 +1333,7 @@ void CConnectedChains::AggregateChainTransfers(const CTxDestination &feeOutput,
                                     CCcontract_info CC;
                                     CCcontract_info *cp;
 
+                                    /*
                                     // debugging out
                                     printf("%s: exported outputs:\n", __func__);
                                     for (auto &oneout : chainObjects)
@@ -1343,6 +1344,7 @@ void CConnectedChains::AggregateChainTransfers(const CTxDestination &feeOutput,
                                             printf("%s\n", rt.ToUniValue().write(true, 2).c_str());
                                         }
                                     }
+                                    */
 
                                     CScript opRet = StoreOpRetArray(chainObjects);
                                     DeleteOpRetObjects(chainObjects);
@@ -1389,11 +1391,11 @@ void CConnectedChains::AggregateChainTransfers(const CTxDestination &feeOutput,
                                     tb.AddOpRet(opRet);
                                     tb.SetFee(0);
 
-                                    {
+                                    /* {
                                         UniValue uni(UniValue::VOBJ);
                                         TxToUniv(tb.mtx, uint256(), uni);
                                         printf("%s: about to send reserve deposits with tx:\n%s\n", __func__, uni.write(1,2).c_str());
-                                    }
+                                    } */
 
                                     TransactionBuilderResult buildResult(tb.Build());
 
This page took 0.028016 seconds and 4 git commands to generate.