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 Hive.openBox<dynamic>(DB.boxNamePrefs);
|
||||||
await Prefs.instance.init();
|
await Prefs.instance.init();
|
||||||
|
|
||||||
// TODO remove this!!!!
|
// Prefs.instance.useTor = true; // For testing purposes only.
|
||||||
Prefs.instance.useTor = true;
|
|
||||||
|
|
||||||
if (Prefs.instance.useTor) {
|
if (Prefs.instance.useTor) {
|
||||||
await TorService.sharedInstance.start();
|
await TorService.sharedInstance.start();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue