mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 05:44:05 +01:00
Fix comment
This commit is contained in:
parent
784e2ae894
commit
82549b3c22
@ -137,7 +137,7 @@ class GrpcExceptionHandler {
|
||||
return UNAVAILABLE.withDescription(description);
|
||||
|
||||
// If the above checks did not return an io.grpc.Status.Code, we map
|
||||
// the native Java exception to an io.grpc.Status, usually defaulting to UNKNOWN.
|
||||
// the native Java exception to an io.grpc.Status.
|
||||
if (t instanceof IllegalArgumentException)
|
||||
return INVALID_ARGUMENT.withDescription(description);
|
||||
else if (t instanceof IllegalStateException)
|
||||
|
Loading…
Reference in New Issue
Block a user