Browse Source

Add BlockCypher.com as a block explorer

2.9.x
Johann Bauer 8 years ago
parent
commit
8f94dda48e
  1. 2
      lib/util.py

2
lib/util.py

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

Loading…
Cancel
Save