Merge pull request #6303 from jmacxx/resend_dispute_signature

Allow mediated payout signature message to be re-sent
This commit is contained in:
Christoph Atteneder 2022-08-07 20:37:03 +02:00 committed by GitHub
commit b346a5bcc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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