From 07a06b5d158036bcda8f7a0be49abb06cf83ac10 Mon Sep 17 00:00:00 2001 From: Andrew Zhuk Date: Thu, 25 Oct 2018 18:09:52 +0300 Subject: [PATCH] Update util.py (#4797) Adding Bitupper Explorer to the list --- electrum/util.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/electrum/util.py b/electrum/util.py index b794bd1d1..d4ab1534a 100644 --- 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/',