You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
I got an error message like below,
Could not execute command: Could not determine attribute to load. Options: ['boa.interop.Neo.Transaction.GetReferences', 'boa.interop.Neo.Transaction.GetReferences', 'boa.interop.Neo.Transaction.GetReferences', 'boa.interop.Neo.Transaction.GetReferences']
I dug deeper into it and found out that it could not determine attribute to load when I called tx.References where tx was GetScriptContainer.
I made a check for duplicate full_name in the _check_load_attr in expression.py which resolved the problem.
The text was updated successfully, but these errors were encountered:
I got an error message like below,
Could not execute command: Could not determine attribute to load. Options: ['boa.interop.Neo.Transaction.GetReferences', 'boa.interop.Neo.Transaction.GetReferences', 'boa.interop.Neo.Transaction.GetReferences', 'boa.interop.Neo.Transaction.GetReferences']
I dug deeper into it and found out that it could not determine attribute to load when I called
tx.References
where tx wasGetScriptContainer
.I made a check for duplicate
full_name
in the_check_load_attr
inexpression.py
which resolved the problem.The text was updated successfully, but these errors were encountered: