mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 18:44:31 +00:00
don't enable tor by default
This commit is contained in:
parent
00f8811077
commit
de632023e0
1 changed files with 1 additions and 3 deletions
|
@ -168,9 +168,7 @@ void main() async {
|
|||
await Hive.openBox<dynamic>(DB.boxNamePrefs);
|
||||
await Prefs.instance.init();
|
||||
|
||||
// TODO remove this!!!!
|
||||
Prefs.instance.useTor = true;
|
||||
|
||||
// Prefs.instance.useTor = true; // For testing purposes only.
|
||||
if (Prefs.instance.useTor) {
|
||||
await TorService.sharedInstance.start();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue