URI: 
       tupdate block explorer URL for blockchain.info - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 9d2b601cc7998afe10c1a2e239df4a051adf85a0
   DIR parent 7120c344b2d12b60be8c5fe82e7a9964425075c9
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Tue, 11 Jun 2019 19:19:43 +0200
       
       update block explorer URL for blockchain.info
       
       closes #5408
       
       Diffstat:
         M electrum/util.py                    |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/electrum/util.py b/electrum/util.py
       t@@ -652,7 +652,7 @@ mainnet_block_explorers = {
                                {'tx': 'transactions/', 'addr': 'addresses/'}),
            'Bitflyer.jp': ('https://chainflyer.bitflyer.jp/',
                                {'tx': 'Transaction/', 'addr': 'Address/'}),
       -    'Blockchain.info': ('https://blockchain.info/',
       +    'Blockchain.info': ('https://blockchain.com/btc/',
                                {'tx': 'tx/', 'addr': 'address/'}),
            'blockchainbdgpzk.onion': ('https://blockchainbdgpzk.onion/',
                                {'tx': 'tx/', 'addr': 'address/'}),
       t@@ -687,7 +687,7 @@ testnet_block_explorers = {
                               {'tx': '', 'addr': ''}),
            'BlockCypher.com': ('https://live.blockcypher.com/btc-testnet/',
                               {'tx': 'tx/', 'addr': 'address/'}),
       -    'Blockchain.info': ('https://testnet.blockchain.info/',
       +    'Blockchain.info': ('https://www.blockchain.com/btctest/',
                               {'tx': 'tx/', 'addr': 'address/'}),
            'Blockstream.info': ('https://blockstream.info/testnet/',
                                {'tx': 'tx/', 'addr': 'address/'}),