Mnemonic contains a word that is not in wordlist with stdlib.newAccountFromMnemonic #1523
TheChronicMonster
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Trying to use
stdlib.newAccountFromMnemonicand you receive an error that looks like this:Error: the mnemonic contains a word that is not in the wordlistRead the documentation carefully and it says
If you add commas between each word in the mnemonic phrase, then it is not whitespace-separated.
Moral of the story: mnemonic phrases in
stdlib.newAccountFromMnemonicshould have NO commas between them.Thanks for coming to my TED Talk.
All reactions