mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
fix
This commit is contained in:
parent
0aaafe85ad
commit
469d17355d
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ def get_address_from_input_script(bytes):
|
|||
return pubkeys, signatures, hash_160_to_bc_address(hash_160(redeemScript), 5)
|
||||
|
||||
print_error("cannot find address in input script", bytes.encode('hex'))
|
||||
return "(None)"
|
||||
return [], [], "(None)"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue