Can't get mnemonic
See original GitHub issueI called this function btw I received
{“_40”:0,”_65”:0,”_55”:null,”_72”:null}
generateMnemonic = async () => {
try {
return await bip39.generateMnemonic(256) // default to 128
} catch(e) {
return false
}
}
//=> {“_40”:0,”_65”:0,”_55”:null,”_72”:null}
Could you help me? Looking forward to your reply. Thanks.
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Cannot Import Wallet "Invalid mnemonic phrase" Error
What to do if I get “Invalid mnemonic phrase” error? · The words are separated by a single space. · The words should...
Read more >Cannot Import Wallet Invalid mnemonic phrase Error - YouTube
Cannot Import Wallet Invalid mnemonic phrase Error. All of your cryptocurrency balance(s) are encrypted within the “12-Word” Recovery Phrase ...
Read more >Cannot Import Wallet Invalid mnemonic phrase Error - Publish0x
STEP 4 : Go to link to word list 14.2k and try to find your words, they must be there. If not -...
Read more >cant meaning - definition of cant by Mnemonic Dictionary
cant = short cut of "can not". when someone ignored to do any work i.e. he cannot do that . that expressing an...
Read more >How to Avoid Invalid Mnemonic Phrase Error While Importing ...
Enter each word in the exact order it was sequenced while creating the wallet. In the event the sequential arrangement of the individual...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi,
If your are implementing the fork for react native, you have to do something like this.
{“_40”:0,”_65”:0,”_55”:null,”_72”:null}