Remove https for betanet and testnet explorers

- as the redirect does not work correctly with https
This commit is contained in:
Manfred Karrer 2019-04-01 16:48:38 -05:00
parent d97de92dcd
commit 70a3b30d49
No known key found for this signature in database
GPG key ID: 401250966A6B2C46

View file

@ -105,9 +105,9 @@ public final class Preferences implements PersistedDataHost, BridgeAddressProvid
public static final BlockChainExplorer BSQ_MAIN_NET_EXPLORER = new BlockChainExplorer("BSQ", "https://explorer.bisq.network/tx.html?tx=",
"https://explorer.bisq.network/Address.html?addr=");
private static final BlockChainExplorer BSQ_BETA_NET_EXPLORER = new BlockChainExplorer("BSQ", "https://explorer.betanet.bisq.network/tx.html?tx=",
"https://explorer.betanet.bisq.network/Address.html?addr=");
"http://explorer.betanet.bisq.network/Address.html?addr=");
private static final BlockChainExplorer BSQ_TEST_NET_EXPLORER = new BlockChainExplorer("BSQ", "https://explorer.testnet.bisq.network/tx.html?tx=",
"https://explorer.testnet.bisq.network/Address.html?addr=");
"http://explorer.testnet.bisq.network/Address.html?addr=");
// payload is initialized so the default values are available for Property initialization.
@Setter