electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit daa8225ef08669089819f30af3d344651e6fdb34
parent 205553a17af8eb2814e6319d59ddcf279927bc82
Author: ThomasV <thomasv@electrum.org>
Date:   Mon,  6 Jul 2020 06:02:13 +0200

Merge pull request #6337 from Tigerix/patch-1

Fix Blockchain.com Testnet-URL
Diffstat:
Melectrum/util.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/electrum/util.py b/electrum/util.py @@ -778,7 +778,7 @@ testnet_block_explorers = { {'tx': '', 'addr': ''}), 'BlockCypher.com': ('https://live.blockcypher.com/btc-testnet/', {'tx': 'tx/', 'addr': 'address/'}), - 'Blockchain.info': ('https://www.blockchain.com/btctest/', + 'Blockchain.info': ('https://www.blockchain.com/btc-testnet/', {'tx': 'tx/', 'addr': 'address/'}), 'Blockstream.info': ('https://blockstream.info/testnet/', {'tx': 'tx/', 'addr': 'address/'}),