mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
Added Blockchain URI (BIP 122) to block explorers list.
This commit is contained in:
parent
54cdd551fe
commit
065f6aa370
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue