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:
sneurlax 2024-06-14 19:26:47 -05:00
parent 13ab2b8ffe
commit 46d0023eb5

View file

@ -50,6 +50,7 @@ class TorService {
}) {
_tor ??= mockableOverride ?? Tor.instance;
_torDataDirPath ??= torDataDirPath;
_tor?.enable(torDataDirPath: torDataDirPath);
}
/// Start the Tor service.