Browse Source

Update util.py

Fixed Blockchain.com Testnet-URL
bip39-recovery
Tigerix 5 years ago
committed by GitHub
parent
commit
8539beb75e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      electrum/util.py

2
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/'}),

Loading…
Cancel
Save