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:
Omar Hatem 2023-08-11 16:58:11 +03:00 committed by GitHub
parent 07844a6ef4
commit f4fad4d94d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 6 deletions

View file

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