mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-03 17:39:49 +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
|
// 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";
|
qWarning() << "Feather built without embedded Tor. Assuming --use-local-tor";
|
||||||
return false;
|
return false;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue