Merge pull request #2381 from bauerj/issue-2380

Add BlockCypher.com as a block explorer
This commit is contained in:
ThomasV 2017-05-10 14:23:13 +02:00 committed by GitHub
commit 353a7b8fd9
1 changed files with 2 additions and 0 deletions

View File

@ -368,6 +368,8 @@ block_explorer_info = {
{'tx': 'tx', 'addr': 'address'}),
'TradeBlock.com': ('https://tradeblock.com/blockchain',
{'tx': 'tx', 'addr': 'address'}),
'BlockCypher.com': ('https://live.blockcypher.com/btc',
{'tx': 'tx', 'addr': 'address'}),
'system default': ('blockchain:',
{'tx': 'tx', 'addr': 'address'}),
}