electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 353a7b8fd93426075466caf7506e3b6acccec9de
parent 0497885bc1c77bdcc311c69cdca8d4bcfe204900
Author: ThomasV <thomasv@electrum.org>
Date:   Wed, 10 May 2017 14:23:13 +0200

Merge pull request #2381 from bauerj/issue-2380

Add BlockCypher.com as a block explorer
Diffstat:
Mlib/util.py | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/util.py b/lib/util.py @@ -368,6 +368,8 @@ block_explorer_info = { {'tx': 'tx', 'addr': 'address'}), 'TradeBlock.com': ('https://tradeblock.com/blockchain', {'tx': 'tx', 'addr': 'address'}), + 'BlockCypher.com': ('https://live.blockcypher.com/btc', + {'tx': 'tx', 'addr': 'address'}), 'system default': ('blockchain:', {'tx': 'tx', 'addr': 'address'}), }