Skip to content

Commit 5d93fb0

Browse files
committed
web: reenable Bitcoin Unlimited explorer
1 parent 91d606b commit 5d93fb0

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

electroncash/web.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
'BCH Ninja': ('https://explorer.bch.ninja',
4848
Address.FMT_CASHADDR,
4949
{'tx': 'tx', 'addr': 'address', 'block': 'block-height'}),
50-
#'Bitcoin Unlimited': ('https://explorer.bitcoinunlimited.info',
51-
# Address.FMT_CASHADDR,
52-
# {'tx': 'tx', 'addr': 'address', 'block': 'block-height'}),
50+
'Bitcoin Unlimited': ('https://explorer.bitcoinunlimited.info',
51+
Address.FMT_CASHADDR,
52+
{'tx': 'tx', 'addr': 'address', 'block': 'block-height'}),
5353
'Blockchain.com': ('https://www.blockchain.com/bch',
5454
Address.FMT_CASHADDR,
5555
{'tx': 'tx', 'addr': 'address', 'block': 'block'}),
@@ -82,9 +82,6 @@
8282
'Blockchain.com': ('https://www.blockchain.com/bch-testnet',
8383
Address.FMT_CASHADDR,
8484
{'tx': 'tx', 'addr': 'address', 'block': 'block'}),
85-
#'Bitcoin Unlimited': ('https://texplorer.bitcoinunlimited.info',
86-
# Address.FMT_CASHADDR,
87-
# {'tx': 'tx', 'addr': 'address', 'block': 'block-height'}),
8885
'Loping.net': ('https://tbch.loping.net',
8986
Address.FMT_CASHADDR,
9087
{'tx': 'tx', 'addr': 'address', 'block': 'block-height'}),

0 commit comments

Comments
 (0)