mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01: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
Reference in a new issue