mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-19 01:04:43 +00:00
[skip ci] minor
This commit is contained in:
parent
8d4443e504
commit
0cd21f2fb6
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ class CwMweb {
|
|||
await _initializeClient();
|
||||
}
|
||||
// this is a stream, so we should have an effectively infinite timeout:
|
||||
return _rpcClient!.utxos(request, options: CallOptions(timeout: const Duration(days: 99)));
|
||||
return _rpcClient!.utxos(request, options: CallOptions(timeout: const Duration(days: 1000 * 365)));
|
||||
} catch (e) {
|
||||
print("Error getting utxos: $e");
|
||||
return null;
|
||||
|
|
Loading…
Reference in a new issue