mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-19 11:48:18 -04:00
handle errors making or taking offers with insufficient funds
This commit is contained in:
parent
abfc0503fa
commit
dd68760f27
6 changed files with 25 additions and 6 deletions
|
@ -109,7 +109,6 @@ public class GrpcErrorMessageHandler implements ErrorMessageHandler {
|
|||
takeOfferResponseObserver.onNext(reply);
|
||||
takeOfferResponseObserver.onCompleted();
|
||||
} catch (IllegalArgumentException ex) {
|
||||
log.error("", ex);
|
||||
exceptionHandler.handleErrorMessage(log,
|
||||
errorMessage,
|
||||
responseObserver);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue