mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Merge pull request #6303 from jmacxx/resend_dispute_signature
Allow mediated payout signature message to be re-sent
This commit is contained in:
commit
b346a5bcc0
1 changed files with 0 additions and 4 deletions
|
@ -669,10 +669,6 @@ public abstract class TradeStepView extends AnchorPane {
|
|||
acceptMediationResultPopup = null;
|
||||
});
|
||||
|
||||
if (hasSelfAccepted()) {
|
||||
acceptMediationResultPopup.disableActionButton();
|
||||
}
|
||||
|
||||
acceptMediationResultPopup.show();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue