mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +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:
|
try:
|
||||||
decoded = [ x for x in script_GetOp(bytes) ]
|
decoded = [ x for x in script_GetOp(bytes) ]
|
||||||
except:
|
except:
|
||||||
|
# coinbase transactions raise an exception
|
||||||
print_error("cannot find address in input script", bytes.encode('hex'))
|
print_error("cannot find address in input script", bytes.encode('hex'))
|
||||||
return [], [], "(None)"
|
return [], [], "(None)"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue