mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-22 20:19:21 +00:00
do not use tor for monero connections by default
This commit is contained in:
parent
5e7b6c2ccd
commit
ec7bd3aa51
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue