add explanation comment

This commit is contained in:
thomasv 2013-03-25 10:20:16 +01:00
parent 8d339bfc1a
commit 39799592ed
1 changed files with 1 additions and 0 deletions

View File

@ -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)"