Browse Source

Added Blockchain URI (BIP 122) to block explorers list.

283
Marco Pontello 9 years ago
parent
commit
065f6aa370
  1. 2
      lib/util.py

2
lib/util.py

@ -297,6 +297,8 @@ block_explorer_info = {
{'tx': 'tx', 'addr': 'address'}),
'TradeBlock.com': ('https://tradeblock.com/blockchain',
{'tx': 'tx', 'addr': 'address'}),
'system default': ('blockchain:',
{'tx': 'tx', 'addr': 'address'}),
}
def block_explorer(config):

Loading…
Cancel
Save