remove comment
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user