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
-
Trying to use
stdlib.newAccountFromMnemonic
and you receive an error that looks like this:Error: the mnemonic contains a word that is not in the wordlist
Read 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.newAccountFromMnemonic
should have NO commas between them.Thanks for coming to my TED Talk.
Beta Was this translation helpful? Give feedback.
All reactions