-
Notifications
You must be signed in to change notification settings - Fork 31
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
feat(core): Verify wallet id on reconstruction #443
feat(core): Verify wallet id on reconstruction #443
Conversation
Task linked: PRF-6555 Verify wallet id on recreation |
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.
the functions reconstruct_seed
& reconstruct_mnemonics
have too much commonality. can we reduce the duplicity in logic? Since we are at this now.
56917fb
to
371e5bd
Compare
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. we can merge after closing the active comments.
With this change, the wallet ID is generated and verified every time the seed/mnemonics is reconstructed.