Skip to content
Snippets Groups Projects
Commit 0f5721ee authored by Hugo Trentesaux's avatar Hugo Trentesaux Committed by Hugo Trentesaux
Browse files

clippy

parent e1d90819
No related branches found
No related tags found
1 merge request!7Big refacto
......@@ -37,7 +37,7 @@ pub async fn set_session_keys(
}
pub async fn update_session_keys(pair: Pair, client: &Client) -> Result<()> {
let session_keys = rotate_keys(&client).await?;
let session_keys = rotate_keys(client).await?;
set_session_keys(pair, client, session_keys).await
}
......
......@@ -7,7 +7,6 @@ mod keys;
use clap::Parser;
use codec::Encode;
use confy;
use data::*;
use keys::*;
use serde::Deserialize;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment