add todo note about fusion tor service

This commit is contained in:
sneurlax 2023-09-15 14:22:05 -05:00
parent e173660715
commit a220b76c34

View file

@ -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();