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
Okay if I get rid of all mnemonic processors except the English one, I get a different error Error: DerivationPathError(InvalidChildNumberFormat). If I drop the final slash on the derivation path, it returns the correct address.
Looking more into this, it seems like the or chain of mnemonic processors will only return the error from the last processor. This is definitely not what we want, since we get into issues like this where it isn't clear what the error is.
Not sure why this is not working, this is clearly a valid mnemonic.
The text was updated successfully, but these errors were encountered: