diff --git a/decrypt-cli/src/main.rs b/decrypt-cli/src/main.rs index afcd52a..90be5ff 100644 --- a/decrypt-cli/src/main.rs +++ b/decrypt-cli/src/main.rs @@ -31,7 +31,7 @@ fn read_keys>(path: P) -> Keys { }; Keys { encrypted_secret_key: encrypted_secret_key.to_owned(), - public_key: public_key.to_owned(), + _public_key: public_key.to_owned(), } } _ => {