-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feature/support-24-word-seed-phrase-game #1954
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.
QA Passed 👍
56f60eb
to
bc1eca2
Compare
</View> | ||
))} | ||
renderSeedphraseView = () => { | ||
const words = this.words || []; |
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.
falling back to array here because this component does not have a constructor that defines this.words
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! 👍
bc1eca2
to
84aaa73
Compare
Description
This gets the seed phrase game working for mnemonics greater than 12:
(and yes, I realize this wallet is now completely exposed... it's just a throwaway anyway)
Checklist
Issue
Resolves #???