From 40a43afa12ef1091f405d20526b16209c2e062bf Mon Sep 17 00:00:00 2001 From: Johann Bauer Date: Tue, 10 Jul 2018 21:52:06 +0200 Subject: [PATCH] Add OXT.me block explorer Closes: #4441 --- lib/util.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/util.py b/lib/util.py index dbe5bef77..16d1d6f57 100644 --- a/lib/util.py +++ b/lib/util.py @@ -586,6 +586,8 @@ mainnet_block_explorers = { {'tx': 'transaction/', 'addr': 'address/'}), 'blockonomics.co': ('https://www.blockonomics.co/', {'tx': 'api/tx?txid=', 'addr': '#/search?q='}), + 'OXT.me': ('https://oxt.me/', + {'tx': 'transaction/', 'addr': 'address/'}), 'system default': ('blockchain:/', {'tx': 'tx/', 'addr': 'address/'}), }