-
Notifications
You must be signed in to change notification settings - Fork 444
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
Add Support For The Mnemonic Phrase To Be An Array #792
Add Support For The Mnemonic Phrase To Be An Array #792
Conversation
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.
Review is still in progress.
Instead of calling `try? getPrefixNodeData(password)` in a function that is able to throw we must call `try getPrefixNodeData(password)`.
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.
I'm still not done with the review.
Will continue tomorrow.
updated, thank you |
how do things look? |
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.
@pharms-eth Thanks for the effort!
Sorry, it took more time than expected.
Now this PR LGTM.
Summary of Changes
Update Mnemonic creation to support arrays
Test Data or Screenshots
added 3 new tests which pass