Skip to content

Commit

Permalink
fixup! feat(suite-desktop-core): support external Tor
Browse files Browse the repository at this point in the history
  • Loading branch information
karliatto committed Dec 10, 2024
1 parent d5dea91 commit 61c8bec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class TorExternalProcess {
return {
service: torControllerStatus === TOR_CONTROLLER_STATUS.ExternalTorRunning,
process: torControllerStatus === TOR_CONTROLLER_STATUS.ExternalTorRunning,
isBootstrapping: torControllerStatus === TOR_CONTROLLER_STATUS.Bootstrapping, // For Tor external we fake bootstrap process.
isBootstrapping: false, // For Tor external we fake bootstrap process.
};
}

Expand Down

0 comments on commit 61c8bec

Please sign in to comment.