remove comment

This commit is contained in:
SomberNight 2018-01-30 01:47:51 +01:00
parent acf473f7f2
commit 6faef7efe3

View file

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