mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
remove comment
This commit is contained in:
parent
acf473f7f2
commit
6faef7efe3
1 changed files with 0 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue