mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-12-23 22:39:33 -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(() -> {
|
||||
}, 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