mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-11-10 05:03:35 +01:00
show popup on error relaying withdraw tx
This commit is contained in:
parent
e96b875232
commit
f53a4e5fad
@ -327,6 +327,7 @@ public class WithdrawalView extends ActivatableView<VBox, Void> {
|
||||
}));
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
new Popup().warning(e.getMessage()).show();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user