mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-01-03 09:29:44 +00:00
show popup on error relaying withdraw tx
This commit is contained in:
parent
e96b875232
commit
f53a4e5fad
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue