mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Remove https for betanet and testnet explorers
- as the redirect does not work correctly with https
This commit is contained in:
parent
d97de92dcd
commit
70a3b30d49
1 changed files with 2 additions and 2 deletions
|
@ -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=",
|
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=");
|
"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=",
|
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=",
|
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.
|
// payload is initialized so the default values are available for Property initialization.
|
||||||
@Setter
|
@Setter
|
||||||
|
|
Loading…
Add table
Reference in a new issue