mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Merge pull request #7213 from HenrikJannsen/remove-emzy-bsq-explorer
Remove emzy bsq explorer
This commit is contained in:
commit
e9784b6aa5
@ -790,6 +790,10 @@ public class BisqSetup {
|
||||
preferences.getBsqBlockChainExplorers().size() > 0) {
|
||||
preferences.setBsqBlockChainExplorer(preferences.getBsqBlockChainExplorers().get(0));
|
||||
}
|
||||
if (preferences.getBsqBlockChainExplorer().name.equalsIgnoreCase("bisq.mempool.emzy.de (@emzy)") &&
|
||||
preferences.getBsqBlockChainExplorers().size() > 0) {
|
||||
preferences.setBsqBlockChainExplorer(preferences.getBsqBlockChainExplorers().get(0));
|
||||
}
|
||||
}
|
||||
|
||||
private void maybeShowTorAddressUpgradeInformation() {
|
||||
|
@ -115,7 +115,7 @@ public final class Preferences implements PersistedDataHost, BridgeAddressProvid
|
||||
));
|
||||
|
||||
public static final ArrayList<BlockChainExplorer> BSQ_MAIN_NET_EXPLORERS = new ArrayList<>(Arrays.asList(
|
||||
new BlockChainExplorer("bisq.mempool.emzy.de (@emzy)", "https://bisq.mempool.emzy.de/tx/", "https://bisq.mempool.emzy.de/address/")
|
||||
new BlockChainExplorer("mempool.bisq.services (@devinbileck)", "https://mempool.bisq.services/bisq/tx/", "https://mempool.bisq.services/bisq/address/")
|
||||
));
|
||||
|
||||
private static final ArrayList<String> XMR_TX_PROOF_SERVICES_CLEAR_NET = new ArrayList<>(Arrays.asList(
|
||||
|
Loading…
Reference in New Issue
Block a user