-
Notifications
You must be signed in to change notification settings - Fork 85
Support 12 word BIP39 entropy #1175
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
Comments
I created a PR.. |
I think it would make more sense to add a "bip39" feature and then use the bip39 crate. Since most users will use this create with this feature it could be activated by default and there could be a --no-bip39 instead too.
Let me know if you agree, I can also implement it if you want (or @gilmarwsr since they already opened a PR) |
I think If someone wants to attempt it, it's something that could be considered. |
@tony-iqlusion I started working on it but noticed that the bip32 logic does not interact with any types/api from the mnemonic module anyways. The So there is really no point in adding I think it makes sense to just remove |
No description provided.
The text was updated successfully, but these errors were encountered: