Handle offer removal on disconnect, cleanup

This commit is contained in:
Manfred Karrer 2016-02-17 17:33:53 +01:00
parent db363fac48
commit 17c780639f
69 changed files with 377 additions and 367 deletions

View file

@ -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());
}