mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-12 09:32:33 +00:00
fixes
This commit is contained in:
parent
464b96fc92
commit
7ad41caba0
1 changed files with 2 additions and 2 deletions
|
@ -297,8 +297,8 @@ Future<void> setup({
|
|||
);
|
||||
|
||||
if (settingsStore.shouldStartTorOnLaunch) {
|
||||
await Tor.instance.enable();
|
||||
await Tor.instance.start();
|
||||
Tor.instance.enable();
|
||||
Tor.instance.start();
|
||||
}
|
||||
|
||||
if (_isSetupFinished) {
|
||||
|
|
Loading…
Reference in a new issue