mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-11-10 05:03:35 +01: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(() -> {
|
||||
}, errorMessage -> {
|
||||
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());
|
||||
UserThread.execute(() -> statusLabel.setText("Error confirming payment sent."));
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user