mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-01-11 15:29:48 -05:00
show error message on error confirming payment sent
This commit is contained in:
parent
19d3e2853d
commit
7658b3a508
@ -579,7 +579,7 @@ public class BuyerStep2View extends TradeStepView {
|
|||||||
model.dataModel.onPaymentSent(() -> {
|
model.dataModel.onPaymentSent(() -> {
|
||||||
}, errorMessage -> {
|
}, errorMessage -> {
|
||||||
busyAnimation.stop();
|
busyAnimation.stop();
|
||||||
new Popup().warning(Res.get("popup.warning.sendMsgFailed")).show();
|
new Popup().warning(Res.get("popup.warning.sendMsgFailed") + "\n\n" + errorMessage).show();
|
||||||
confirmButton.setDisable(!confirmPaymentSentPermitted());
|
confirmButton.setDisable(!confirmPaymentSentPermitted());
|
||||||
UserThread.execute(() -> statusLabel.setText("Error confirming payment sent."));
|
UserThread.execute(() -> statusLabel.setText("Error confirming payment sent."));
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user