mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-24 23:46:00 -04:00
Use clearnet for BitcoinJ by default instead of Tor (Tor is a bit unstable and slow when syncing at startup)
This commit is contained in:
parent
596430a23b
commit
64dc97f1bc
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ public final class Preferences implements Persistable {
|
|||
private boolean autoSelectArbitrators = true;
|
||||
private final Map<String, Boolean> dontShowAgainMap;
|
||||
private boolean tacAccepted;
|
||||
private boolean useTorForBitcoinJ = true;
|
||||
private boolean useTorForBitcoinJ = false;
|
||||
private boolean showOwnOffersInOfferBook;
|
||||
private Locale preferredLocale;
|
||||
private TradeCurrency preferredTradeCurrency;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue