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

Replace Test.TestAccount with Account #2726

Open
Tracked by #2642
turbolent opened this issue Aug 16, 2023 · 1 comment
Open
Tracked by #2642

Replace Test.TestAccount with Account #2726

turbolent opened this issue Aug 16, 2023 · 1 comment

Comments

@turbolent
Copy link
Member

Issue to be solved

#2648 introduces the built-in type Account. The Test contract define a Account type, but shadowing is not allowed. Therefore, the type was renamed to TestAccount.

TestAccount is just a holder for the address of an account which was previously created using createAccount.

It might be nice to replace TestAccount with Account (as &Account).

Suggested Solution

Replace Test.TestAccount with Account

@turbolent
Copy link
Member Author

cc @m-Peter

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

No branches or pull requests

1 participant