mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
Update cw_mweb.dart
Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
This commit is contained in:
parent
35d7909a0e
commit
57a88cc522
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ class CwMweb {
|
|||
return await _rpcClient!.broadcast(request, options: CallOptions(timeout: TIMEOUT_DURATION));
|
||||
} on GrpcError catch (e) {
|
||||
log('Caught grpc error: ${e.message}');
|
||||
rethrow;
|
||||
throw "error from broadcast mweb: $e";
|
||||
} catch (e) {
|
||||
log("Error getting create: $e");
|
||||
rethrow;
|
||||
|
|
Loading…
Reference in a new issue