Browse Source
Update util.py
Fixed Blockchain.com Testnet-URL
bip39-recovery
Tigerix
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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/'}), |
|
|
|