mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
remove out of order tor.start
This commit is contained in:
parent
ea780a03e4
commit
aeb7179ab4
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ class TorService {
|
|||
}) {
|
||||
_tor ??= mockableOverride ?? Tor.instance;
|
||||
_torDataDirPath ??= torDataDirPath;
|
||||
_tor?.start(torDataDirPath: torDataDirPath);
|
||||
}
|
||||
|
||||
/// Start the Tor service.
|
||||
|
|
Loading…
Reference in a new issue