verify payout & dispute payout tx fees are within range of recreated tx

This commit is contained in:
woodser 2023-01-15 17:29:19 -05:00
parent 9260cf53ee
commit a49611a234
5 changed files with 48 additions and 16 deletions

View file

@ -583,7 +583,7 @@ public class DisputeSummaryWindow extends Overlay<DisputeSummaryWindow> {
closeTicketButton.setOnAction(e -> {
// create payout tx
MoneroTxWallet payoutTx = arbitrationManager.createDisputePayoutTx(trade, dispute, disputeResult);
MoneroTxWallet payoutTx = arbitrationManager.createDisputePayoutTx(trade, dispute, disputeResult, false);
// show confirmation
if (dispute.getSupportType() == SupportType.ARBITRATION &&