mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-18 08:45:05 +00:00
remove edge case where monero could sync over clearnet
This commit is contained in:
parent
c34bb5f2c9
commit
9539d04176
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@ class WalletLoadingService {
|
|||
|
||||
final status = torViewModel.torConnectionStatus;
|
||||
if (status == TorConnectionStatus.connected || status == TorConnectionStatus.connecting) {
|
||||
// connect the node to the tor proxy:
|
||||
await torViewModel.connectOrDisconnectNodeToProxy(connect: true);
|
||||
// disconnect from node until tor is started:
|
||||
await torViewModel.disconnectFromNode();
|
||||
}
|
||||
|
||||
return wallet;
|
||||
|
|
Loading…
Reference in a new issue