mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
add explanation comment
This commit is contained in:
parent
8d339bfc1a
commit
39799592ed
1 changed files with 1 additions and 0 deletions
|
@ -326,6 +326,7 @@ def get_address_from_input_script(bytes):
|
|||
try:
|
||||
decoded = [ x for x in script_GetOp(bytes) ]
|
||||
except:
|
||||
# coinbase transactions raise an exception
|
||||
print_error("cannot find address in input script", bytes.encode('hex'))
|
||||
return [], [], "(None)"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue