URI: 
       tAdd OXT.me block explorer - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 40a43afa12ef1091f405d20526b16209c2e062bf
   DIR parent a51940fac07fdf096405e5f9ea2a5611aef17689
  HTML Author: Johann Bauer <bauerj@bauerj.eu>
       Date:   Tue, 10 Jul 2018 21:52:06 +0200
       
       Add OXT.me block explorer
       
       Closes: #4441
       
       Diffstat:
         M lib/util.py                         |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/lib/util.py b/lib/util.py
       t@@ -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/'}),
        }