Skip to content

Commit

Permalink
bitcoinj 0.15: Remove call to PeerGroup.setIgnoreHttpSeeds(true).
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarguindzberg committed Sep 9, 2020
1 parent 6d2fe2a commit 9be6a9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/java/bisq/core/btc/setup/WalletsSetup.java
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ public WalletsSetup(RegTestHost regTestHost,

btcWalletFileName = "bisq_" + config.baseCurrencyNetwork.getCurrencyCode() + ".wallet";
params = Config.baseCurrencyNetworkParameters();
PeerGroup.setIgnoreHttpSeeds(true);
}


Expand Down

0 comments on commit 9be6a9d

Please sign in to comment.