From 8539beb75eadeafe81389b0a72fb896b6672cd54 Mon Sep 17 00:00:00 2001 From: Tigerix Date: Sun, 5 Jul 2020 12:59:09 +0200 Subject: [PATCH] Update util.py Fixed Blockchain.com Testnet-URL --- electrum/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/util.py b/electrum/util.py index 35f7552cd..21333d376 100644 --- 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/'}),