Merge pull request #1619 from MarcoPon/master

Added Blockchain URI (BIP 122) to block explorers list.
This commit is contained in:
ThomasV 2016-04-06 10:45:17 +02:00
commit 9d12c7699f
1 changed files with 2 additions and 0 deletions

View File

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