URI: 
       tUpdate block explorer URL for btc.com (#5438) - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 8a4e307b7813e65a8182ed2420f46438e11d907d
   DIR parent f405c3fbddc813837403f7cfae3ccb6c1145f838
  HTML Author: nachunjae <51984395+nachunjae@users.noreply.github.com>
       Date:   Sat, 29 Jun 2019 10:54:53 +0900
       
       Update block explorer URL for btc.com (#5438)
       
       * update block explorer URL for btc.com
       Diffstat:
         M electrum/util.py                    |       6 ++----
       
       1 file changed, 2 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/electrum/util.py b/electrum/util.py
       t@@ -660,8 +660,8 @@ mainnet_block_explorers = {
                                {'tx': 'tx/', 'addr': 'address/'}),
            'Bitaps.com': ('https://btc.bitaps.com/',
                                {'tx': '', 'addr': ''}),
       -    'BTC.com': ('https://chain.btc.com/',
       -                        {'tx': 'tx/', 'addr': 'address/'}),
       +    'BTC.com': ('https://btc.com/',
       +                        {'tx': '', 'addr': ''}),
            'Chain.so': ('https://www.chain.so/',
                                {'tx': 'tx/BTC/', 'addr': 'address/BTC/'}),
            'Insight.is': ('https://insight.bitpay.com/',
       t@@ -691,8 +691,6 @@ testnet_block_explorers = {
                               {'tx': 'tx/', 'addr': 'address/'}),
            'Blockstream.info': ('https://blockstream.info/testnet/',
                                {'tx': 'tx/', 'addr': 'address/'}),
       -    'BTC.com': ('https://tchain.btc.com/',
       -                       {'tx': '', 'addr': ''}),
            'smartbit.com.au': ('https://testnet.smartbit.com.au/',
                               {'tx': 'tx/', 'addr': 'address/'}),
            'system default': ('blockchain://000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943/',