We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass invalid seeds to owner_api v3 "create_wallet" still got ""result": {"Ok": null}" response. Although wallet.seed does not created in fact.
maybe add validate mnemonic code in this line
grin-wallet/impls/src/lifecycle/default.rs
Line 186 in 4548039
The text was updated successfully, but these errors were encountered:
Okay, thanks will look into this
Sorry, something went wrong.
create_wallet
Thanks for pointing this out, addressed in #319
Successfully merging a pull request may close this issue.
Pass invalid seeds to owner_api v3 "create_wallet" still got ""result": {"Ok": null}" response.
Although wallet.seed does not created in fact.
maybe add validate mnemonic code in this line
grin-wallet/impls/src/lifecycle/default.rs
Line 186 in 4548039
?
The text was updated successfully, but these errors were encountered: