mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-14 09:25:37 -04:00
disable tor for private ip addresses to fix #1026
This commit is contained in:
parent
4819e5ebfa
commit
4494af8bc0
6 changed files with 41 additions and 20 deletions
|
@ -322,7 +322,7 @@ public class XmrWalletService {
|
|||
}
|
||||
|
||||
public boolean isProxyApplied(boolean wasWalletSynced) {
|
||||
return preferences.isProxyApplied(wasWalletSynced);
|
||||
return preferences.isProxyApplied(wasWalletSynced) && xmrConnectionService.isProxyApplied();
|
||||
}
|
||||
|
||||
public String getWalletPassword() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue