Switch to SSL for Cake's Electrum and Monero nodes (#1899)

* Force SSL for Electrum and Monero nodes
Some Cleanup

* minor [skip ci]

* potential fix for transactions not cleared correctly [skip ci]

* minor fix [skip ci]
This commit is contained in:
Omar Hatem 2024-12-25 21:27:46 +02:00 committed by GitHub
parent b79ef988c8
commit c6b9f054cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 49 additions and 55 deletions

View file

@ -219,9 +219,9 @@ class ExceptionHandler {
// probably when the device was locked and then opened on Cake
// this is solved by a restart of the app
// just ignoring until we find a solution to this issue or migrate from flutter secure storage
"core/auth_service.dart:63",
"core/auth_service.dart:64",
"core/key_service.dart:14",
"core/wallet_loading_service.dart:133",
"core/wallet_loading_service.dart:131",
];
static Future<void> _addDeviceInfo(File file) async {