mainnet block explorer

This commit is contained in:
Skellers21 2018-09-01 19:07:23 +01:00
parent 130661f217
commit 28251d26a3
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ def block_explorer_info():
return testnet_block_explorers if bitcoin.NetworkConstants.TESTNET else mainnet_block_explorers
def block_explorer(config):
return config.get('block_explorer', 'zcl-explorer.com')
return config.get('block_explorer', 'zclassic-ce.io')
def block_explorer_tuple(config):
return block_explorer_info().get(block_explorer(config))