mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-01 19:26:09 -04:00
Handle offer removal on disconnect, cleanup
This commit is contained in:
parent
db363fac48
commit
17c780639f
69 changed files with 377 additions and 367 deletions
|
@ -199,7 +199,7 @@ public class WithdrawalView extends ActivatableView<VBox, Void> {
|
|||
.show();
|
||||
|
||||
}
|
||||
} catch (AddressFormatException | InsufficientMoneyException e) {
|
||||
} catch (AddressFormatException e) {
|
||||
e.printStackTrace();
|
||||
log.error(e.getMessage());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue