Update util.py
Fixed Blockchain.com Testnet-URL
This commit is contained in:
@@ -778,7 +778,7 @@ testnet_block_explorers = {
|
|||||||
{'tx': '', 'addr': ''}),
|
{'tx': '', 'addr': ''}),
|
||||||
'BlockCypher.com': ('https://live.blockcypher.com/btc-testnet/',
|
'BlockCypher.com': ('https://live.blockcypher.com/btc-testnet/',
|
||||||
{'tx': 'tx/', 'addr': 'address/'}),
|
{'tx': 'tx/', 'addr': 'address/'}),
|
||||||
'Blockchain.info': ('https://www.blockchain.com/btctest/',
|
'Blockchain.info': ('https://www.blockchain.com/btc-testnet/',
|
||||||
{'tx': 'tx/', 'addr': 'address/'}),
|
{'tx': 'tx/', 'addr': 'address/'}),
|
||||||
'Blockstream.info': ('https://blockstream.info/testnet/',
|
'Blockstream.info': ('https://blockstream.info/testnet/',
|
||||||
{'tx': 'tx/', 'addr': 'address/'}),
|
{'tx': 'tx/', 'addr': 'address/'}),
|
||||||
|
|||||||
Reference in New Issue
Block a user