Merge pull request #6337 from Tigerix/patch-1

Fix Blockchain.com Testnet-URL
This commit is contained in:
ThomasV 2020-07-06 06:02:13 +02:00 committed by GitHub
commit daa8225ef0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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