Browse Source

Merge pull request #1619 from MarcoPon/master

Added Blockchain URI (BIP 122) to block explorers list.
283
ThomasV 9 years ago
parent
commit
9d12c7699f
  1. 2
      lib/util.py

2
lib/util.py

@ -361,6 +361,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