electrum

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

commit 6faef7efe34393e91e33afdfba0746f9794ddb4d
parent acf473f7f2ba22a24349ddad712801d164d86d5b
Author: SomberNight <somber.night@protonmail.com>
Date:   Tue, 30 Jan 2018 01:47:51 +0100

remove comment

Diffstat:
Mlib/transaction.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/lib/transaction.py b/lib/transaction.py @@ -312,7 +312,6 @@ def parse_scriptSig(d, _bytes): if item[0] == 0: # segwit embedded into p2sh # witness version 0 - # segwit embedded into p2sh d['address'] = bitcoin.hash160_to_p2sh(bitcoin.hash_160(item)) if len(item) == 22: d['type'] = 'p2wpkh-p2sh'