mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Temporarily deactivate public network option
This will be in place until we are able to check if a connected Bitcoin Core is configured properly for our requirements
This commit is contained in:
parent
3183f5f732
commit
161f3b85a4
@ -350,8 +350,10 @@ public class NetworkSettingsView extends ActivatableView<GridPane, Void> {
|
||||
}
|
||||
|
||||
private boolean isPreventPublicBtcNetwork() {
|
||||
return filterManager.getFilter() != null &&
|
||||
filterManager.getFilter().isPreventPublicBtcNetwork();
|
||||
return true;
|
||||
//TODO: re-enable it if we are able to check for core nodes that have the correct configuration
|
||||
// return filterManager.getFilter() != null &&
|
||||
// filterManager.getFilter().isPreventPublicBtcNetwork();
|
||||
}
|
||||
|
||||
private void selectBitcoinPeersToggle() {
|
||||
|
Loading…
Reference in New Issue
Block a user