fix bug to apply tor proxy uri with monerod onion

This commit is contained in:
woodser 2025-07-28 19:59:28 -04:00 committed by woodser
parent c8fab5fb37
commit 4497632e77

View file

@ -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() {