Update util.py (#4797)

Adding Bitupper Explorer to the list
This commit is contained in:
Andrew Zhuk 2018-10-25 18:09:52 +03:00 committed by ghost43
parent 361ffc0620
commit 07a06b5d15

View file

@ -622,6 +622,8 @@ def time_difference(distance_in_time, include_seconds):
return "over %d years" % (round(distance_in_minutes / 525600))
mainnet_block_explorers = {
'Bitupper Explorer': ('https://bitupper.com/en/explorer/bitcoin/',
{'tx': 'transactions/', 'addr': 'addresses/'}),
'Biteasy.com': ('https://www.biteasy.com/blockchain/',
{'tx': 'transactions/', 'addr': 'addresses/'}),
'Bitflyer.jp': ('https://chainflyer.bitflyer.jp/',