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:
Omar Hatem 2024-08-26 20:07:25 +03:00 committed by GitHub
parent ce21098e98
commit 518bfbe40d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 239 additions and 46 deletions

View file

@ -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 {