-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust: allow restricting get_bip39_wordlist to subset
This will allow to set the autocomplete keyboard to a subset of the BIP39 wordlist to allow entering the last word of a 12/18 word mnemonic using the keyboard, similar to how the 24th word can be entered using a menu. The keyboard is needed for 12/18 words as there are too many candidates to show in a simple menu.
- Loading branch information
Showing
2 changed files
with
20 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters