Skip to content

Commit

Permalink
Merge pull request #6337 from Tigerix/patch-1
Browse files Browse the repository at this point in the history
Fix Blockchain.com Testnet-URL
  • Loading branch information
ecdsa committed Jul 6, 2020
2 parents 205553a + 8539beb commit daa8225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ def time_difference(distance_in_time, include_seconds):
{'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/'}),
Expand Down

0 comments on commit daa8225

Please sign in to comment.