Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
fixup! fix rename of method
Fintan Halpenny committed 8 months ago
commit 2c57b63fa7cf3c6dcf1e29377822ecf105edbff5
parent dec836e7ad4697f0c8eea848a18b2da75913ba03
1 file changed +1 -1
modified crates/radicle-node/src/main.rs
@@ -135,7 +135,7 @@ fn execute() -> anyhow::Result<()> {
    let passphrase = profile::env::passphrase();

    let keystore = match options.secret.or_else(|| config.node.secret.clone()) {
-
        Some(secret) => Keystore::new_secret(&secret),
+
        Some(secret) => Keystore::from_secret_path(&secret),
        None => Keystore::new(home.keys()),
    };