mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
Fix Erc20 send all feature (#1030)
* Fix Erc20 send all feature * Remove debug prints * Add user connection issues and certificate issues to ignored errors [skip ci]
This commit is contained in:
parent
07844a6ef4
commit
f4fad4d94d
3 changed files with 24 additions and 6 deletions
|
@ -144,7 +144,10 @@ class ExceptionHandler {
|
|||
"Connection closed before full header was received",
|
||||
"Connection terminated during handshake",
|
||||
"PERMISSION_NOT_GRANTED",
|
||||
"Failed host lookup: ",
|
||||
"Failed host lookup:",
|
||||
"CERTIFICATE_VERIFY_FAILED",
|
||||
"Handshake error in client",
|
||||
"Error while launching http",
|
||||
];
|
||||
|
||||
static Future<void> _addDeviceInfo(File file) async {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue