mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-08 07:02:44 -04:00
Improve loggings
This commit is contained in:
parent
5efd69bad4
commit
4232a10f47
4 changed files with 2 additions and 15 deletions
|
@ -482,7 +482,6 @@ public class TradeWalletService {
|
|||
|
||||
// Add all outputs from offerersDepositTx to depositTx
|
||||
offerersDepositTx.getOutputs().forEach(depositTx::addOutput);
|
||||
|
||||
printTxWithInputs("offerersDepositTx", offerersDepositTx);
|
||||
|
||||
// Sign inputs
|
||||
|
@ -625,7 +624,6 @@ public class TradeWalletService {
|
|||
TransactionInput input = payoutTx.getInput(0);
|
||||
input.setScriptSig(inputScript);
|
||||
|
||||
printTxWithInputs("payoutTx", payoutTx);
|
||||
verifyTransaction(payoutTx);
|
||||
checkWalletConsistency();
|
||||
checkScriptSig(payoutTx, input, 0);
|
||||
|
@ -784,7 +782,6 @@ public class TradeWalletService {
|
|||
TransactionInput input = payoutTx.getInput(0);
|
||||
input.setScriptSig(inputScript);
|
||||
|
||||
printTxWithInputs("disputed payoutTx", payoutTx);
|
||||
verifyTransaction(payoutTx);
|
||||
checkWalletConsistency();
|
||||
checkScriptSig(payoutTx, input, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue