Browse Source

Update util.py (#4797)

Adding Bitupper Explorer to the list
3.3.3.1
Andrew Zhuk 6 years ago
committed by ghost43
parent
commit
07a06b5d15
  1. 2
      electrum/util.py

2
electrum/util.py

@ -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/',

Loading…
Cancel
Save