Update util.py

This commit is contained in:
J62 2018-02-08 19:33:44 -08:00 committed by GitHub
parent e3a6337035
commit 71402ae11c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ mainnet_block_explorers = {
{'tx': 'tx', 'addr': 'address'}),
'ZclassicExplorer.com': ('http://ZclassicExplorer.com',
{'tx': 'tx', 'addr': 'address'}),
'EU Zcl-explorer.com': ('http://eu1.zcl-explorer.com/insight/',
'Zcl-explorer.com': ('http://as1.zcl-explorer.com/insight/',
{'tx': 'tx', 'addr': 'address'}),
'system default': ('blockchain:',
{'tx': 'tx', 'addr': 'address'})