mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-12 09:27:01 +00:00
enable tor on init
it's dumb that we have to do this and we don't if we revert to cypherstack/tor#main and handle the arti bump better (rather than syncing with Foundation-Devices/tor)
This commit is contained in:
parent
13ab2b8ffe
commit
46d0023eb5
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ class TorService {
|
|||
}) {
|
||||
_tor ??= mockableOverride ?? Tor.instance;
|
||||
_torDataDirPath ??= torDataDirPath;
|
||||
_tor?.enable(torDataDirPath: torDataDirPath);
|
||||
}
|
||||
|
||||
/// Start the Tor service.
|
||||
|
|
Loading…
Reference in a new issue