-
Notifications
You must be signed in to change notification settings - Fork 19
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
Problem: (#12)mnemonic field is accidentally deleted in accounts generation #13
Conversation
…ration Solution: adding back mnemonic field
it should pass integration test |
also, check line 255: # create validator account create_account is used like above, need to change this line or other code. |
change pyproject.toml like this for example)
|
make nix-integration-testintegration test passed |
also for api design perspective, if pystarport is used not testing, mnemonics are not stored, and given from user. |
For line 255, it is different method from line 691 |
yes, that's correct |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 👍
Solution: adding back mnemonic field