do not use tor for monero connections by default
This commit is contained in:
parent
5e7b6c2ccd
commit
ec7bd3aa51
@ -58,7 +58,7 @@ public final class PreferencesPayload implements PersistableEnvelope {
|
||||
private boolean autoSelectArbitrators = true;
|
||||
private Map<String, Boolean> dontShowAgainMap = new HashMap<>();
|
||||
private boolean tacAccepted;
|
||||
private boolean useTorForMonero = true;
|
||||
private boolean useTorForMonero = false;
|
||||
private boolean splitOfferOutput = false;
|
||||
private boolean showOwnOffersInOfferBook = true;
|
||||
@Nullable
|
||||
|
Loading…
Reference in New Issue
Block a user