Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

_check_load_attr is not checking for duplicate full_name #75

Open
kilimchoi opened this issue May 15, 2018 · 1 comment
Open

_check_load_attr is not checking for duplicate full_name #75

kilimchoi opened this issue May 15, 2018 · 1 comment

Comments

@kilimchoi
Copy link

kilimchoi commented May 15, 2018

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.

@localhuman
Copy link
Collaborator

Thanks for the bug report! Will look into it-

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants