-
Notifications
You must be signed in to change notification settings - Fork 39
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
[Enhancement] allow re-type seed words if checksum not valid #380
Comments
But how would you fix the first word and keep everything else? Isn't it a restart of the process in general? I was thinking about this, but it would only work if you made a typo in just the last word |
would it be like a multi-choice menu, one option per word... move up or down then select (or touch) to change that word (so would have to del the chars, retype them and go) and then jump to the mnemonic_is_valid() check? |
I think we need the "back" and "forward" button, so the user could navigate back to see the previous entered words. So if I see the invalid checksum at the last step, I will probably just need to navigate back to check the words I have already typed in, and only need to modify the typos. |
It's important to note that it is impossible to make typos; Krux will only allow valid words at each step. |
the typo could be in the whole word |
Imagining an important use case on this, rather than "sloppy data entry": User did the best they could to backup their mnemonic on metal, but still it was partially destroyed. They're missing letters from 2 adjacent words, and they'll need to do trial/error until they fall on a valid mnemonic with a familiar passphrase-less fingerprint. I can see a few places where it would be useful to be able to back-out and edit words (or word numbers). A) They can see the final mnemonic in one screen but have not yet accepted... could back out here if they see a problem. Instead of going "prev" and "next" inside a keyboard, I think the list should be visible in one "edit mnemonic" screen, "prev", "next" to highlight different words and "select" to jump into the keyboard to edit that one -- then "Go" would bring them back to the "edit mnemonic" screen. |
Describe the new feature or enhancement
I got into this issue that when I restore the wallet using seed words, I have a typo in one of the words, and did not pass the final checksum. Then the krux gets back to the Restore wallet main menu, so I have to re-type all.
I would like to stay in the seed words typing page, and allow the users to navigate back the word list, so I can just fix the typo for the single word.
The text was updated successfully, but these errors were encountered: