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

This commit is contained in:
Marco Pontello 2016-01-08 20:23:17 +01:00
parent 54cdd551fe
commit 065f6aa370
1 changed files with 2 additions and 0 deletions

View File

@ -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):