mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-11-30 16:36:36 -05:00
fix bug to apply tor proxy uri with monerod onion
This commit is contained in:
parent
c8fab5fb37
commit
4497632e77
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ public class XmrWalletService extends XmrWalletBase {
|
|||
}
|
||||
|
||||
public boolean isProxyApplied(boolean wasWalletSynced) {
|
||||
return preferences.isProxyApplied(wasWalletSynced) && xmrConnectionService.isProxyApplied();
|
||||
return xmrConnectionService.isProxyApplied() || preferences.isProxyApplied(wasWalletSynced);
|
||||
}
|
||||
|
||||
public String getWalletPassword() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue