Allow dispute signature message to be re-sent.

This commit is contained in:
jmacxx 2022-07-28 11:43:28 -05:00
parent ec00c9962f
commit c528934eb3
No known key found for this signature in database
GPG key ID: 155297BABFE94A1B

View file

@ -669,10 +669,6 @@ public abstract class TradeStepView extends AnchorPane {
acceptMediationResultPopup = null;
});
if (hasSelfAccepted()) {
acceptMediationResultPopup.disableActionButton();
}
acceptMediationResultPopup.show();
}