From 77d94391fe2c54f98957d6369439ac1fa90ae2a4 Mon Sep 17 00:00:00 2001 From: Florence Jay Munar Date: Sun, 8 Aug 2021 11:28:37 +0800 Subject: [PATCH] Update util.py --- electrum/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/util.py b/electrum/util.py index 733b95eaca51..fa734e5d0b1f 100644 --- a/electrum/util.py +++ b/electrum/util.py @@ -721,7 +721,7 @@ def time_difference(distance_in_time, include_seconds): return "over %d years" % (round(distance_in_minutes / 525600)) mainnet_block_explorers = { - 'LBRY Explorer': ('https://explorer.lbry.io/', + 'LBRY Explorer': ('https://explorer.lbry.com/', {'tx': 'tx/', 'addr': 'address/'}), }