Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STR holds the owner of a ST, but this could change over time #32

Closed
adamdossa opened this issue Mar 26, 2018 · 1 comment
Closed

STR holds the owner of a ST, but this could change over time #32

adamdossa opened this issue Mar 26, 2018 · 1 comment
Assignees

Comments

@adamdossa
Copy link
Contributor

ST's are ownable, so the current owner may choose to change the owner to a new address. If this happens then the owner held in the STR for a ST would become stale.

It may be better for the STR to just call ST(securityToken).owner() to get the ST owner rather than holding a duplicated reference.

satyamakgec pushed a commit that referenced this issue Mar 26, 2018
@satyamakgec
Copy link
Contributor

fix #36

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

No branches or pull requests

2 participants