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
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`
The text was updated successfully, but these errors were encountered:
Unneeded type parameter in
SigningKey::derive_from_path
causes build error:The text was updated successfully, but these errors were encountered: