commit 07a06b5d158036bcda8f7a0be49abb06cf83ac10
parent 361ffc062053436f4625dbe54a6dd22d7adc8af7
Author: Andrew Zhuk <zhuk_andriy@hotmail.com>
Date: Thu, 25 Oct 2018 18:09:52 +0300
Update util.py (#4797)
Adding Bitupper Explorer to the list
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/electrum/util.py b/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/',