You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use the library to generate a mnemonic throws this error. After some investigation I found out the reason for this is the incorrect use of web-bip39, which returns a promise of a mnemonic, rather than the words.
Either change the code in the library to use await, or use bip39
On that note, is the use of a custom lib copied from "web-bip39" with only 15 stars rather than using the accepted "bip39" with 1K stars?