mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 11:39:25 +00:00
TorManager: assume PLATFORM_INSTALLER has Tor
This commit is contained in:
parent
a09cb3f542
commit
4990ca09c3
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ bool TorManager::shouldStartTorDaemon() {
|
|||
}
|
||||
|
||||
// Don't start a Tor daemon if we don't have one
|
||||
#ifndef HAS_TOR_BIN
|
||||
#if !defined(HAS_TOR_BIN) && !defined(PLATFORM_INSTALLER)
|
||||
qWarning() << "Feather built without embedded Tor. Assuming --use-local-tor";
|
||||
return false;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue