show popup on error relaying withdraw tx

This commit is contained in:
woodser 2024-05-02 10:10:00 -04:00
parent e96b875232
commit f53a4e5fad

View File

@ -327,6 +327,7 @@ public class WithdrawalView extends ActivatableView<VBox, Void> {
}));
} catch (Exception e) {
e.printStackTrace();
new Popup().warning(e.getMessage()).show();
}
}