Skip to content
New issue

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

cosmrs: type parameter error SigningKey::derive_from_path #242

Closed
chris-ricketts opened this issue Jun 9, 2022 · 0 comments · Fixed by #243
Closed

cosmrs: type parameter error SigningKey::derive_from_path #242

chris-ricketts opened this issue Jun 9, 2022 · 0 comments · Fixed by #243

Comments

@chris-ricketts
Copy link
Contributor

Unneeded type parameter in SigningKey::derive_from_path causes build error:

  --> src/account.rs:22:13
   |
22 |             SigningKey::derive_from_path(seed, &path).expect("private key derivation failed");
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type parameter `S` declared on the associated function `derive_from_path`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant