mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
fetch accurate fee rates from Cake's mempool api (#1649)
* fetch accurate fee rates from mempool api * remove duplicate exception handler onError call [skip ci] * add the domain name
This commit is contained in:
parent
ce21098e98
commit
518bfbe40d
36 changed files with 239 additions and 46 deletions
|
@ -174,6 +174,13 @@ class ExceptionHandler {
|
|||
"ClientException: Write failed, uri=http",
|
||||
"Connection terminated during handshake",
|
||||
"Corrupted wallets seeds",
|
||||
"bad_alloc",
|
||||
"does not correspond",
|
||||
"basic_string",
|
||||
"input_stream",
|
||||
"input stream error",
|
||||
"invalid signature",
|
||||
"invalid password",
|
||||
];
|
||||
|
||||
static Future<void> _addDeviceInfo(File file) async {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue