electrum

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

commit 8a4e307b7813e65a8182ed2420f46438e11d907d
parent f405c3fbddc813837403f7cfae3ccb6c1145f838
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:
Melectrum/util.py | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/electrum/util.py b/electrum/util.py @@ -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/', @@ -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/',