tremove comment - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 6faef7efe34393e91e33afdfba0746f9794ddb4d DIR parent acf473f7f2ba22a24349ddad712801d164d86d5b HTML Author: SomberNight <somber.night@protonmail.com> Date: Tue, 30 Jan 2018 01:47:51 +0100 remove comment Diffstat: M lib/transaction.py | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) --- DIR diff --git a/lib/transaction.py b/lib/transaction.py t@@ -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'