electrum

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

commit c45a6666b7cd1f7efd50e903573dd480d0483e75
parent 1f6bdbda05bd9fdfffeb26cfb59dbd2d53adbdc5
Author: Neil <kyuupichan@gmail.com>
Date:   Thu,  1 Oct 2015 17:24:34 +0900

Merge pull request #1467 from ulrichard/onion

added tor onion address for Blockchain explorer
Diffstat:
Mlib/util.py | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/util.py b/lib/util.py @@ -253,6 +253,8 @@ block_explorer_info = { {'tx': 'Transaction', 'addr': 'Address'}), 'Blockchain.info': ('https://blockchain.info', {'tx': 'tx', 'addr': 'address'}), + 'blockchainbdgpzk.onion': ('https://blockchainbdgpzk.onion', + {'tx': 'tx', 'addr': 'address'}), 'Blockr.io': ('https://btc.blockr.io', {'tx': 'tx/info', 'addr': 'address/info'}), 'Blocktrail.com': ('https://www.blocktrail.com/BTC',