mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +00:00
add todo note about fusion tor service
This commit is contained in:
parent
e173660715
commit
a220b76c34
1 changed files with 4 additions and 1 deletions
|
@ -47,7 +47,10 @@ mixin FusionWalletInterface {
|
|||
_torService = TorService.sharedInstance;
|
||||
|
||||
// Start the Tor service if it's not already running.
|
||||
if (_torService.proxyInfo.port == -1) { // -1 indicates that the proxy is not running.
|
||||
// TODO fix this. It will cause all Stack Wallet traffic to start being routed
|
||||
// through Tor, which is not what we want.
|
||||
if (_torService.proxyInfo.port == -1) {
|
||||
// -1 indicates that the proxy is not running.
|
||||
// Initialize the ffi lib instance if it hasn't already been set.
|
||||
_torService.init();
|
||||
|
||||
|
|
Loading…
Reference in a new issue