mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
fix #2801
This commit is contained in:
parent
9ee10ab3e1
commit
8cb714fb70
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ def get_address_from_output_script(_bytes):
|
|||
if match_decoded(decoded, match):
|
||||
return TYPE_ADDRESS, hash160_to_p2sh(decoded[1][1])
|
||||
|
||||
return TYPE_SCRIPT, _bytes
|
||||
return TYPE_SCRIPT, bh2u(_bytes)
|
||||
|
||||
|
||||
def parse_input(vds):
|
||||
|
|
Loading…
Add table
Reference in a new issue