mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
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:
parent
b79ef988c8
commit
c6b9f054cc
7 changed files with 49 additions and 55 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue