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