Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseAbram committed Sep 12, 2024
1 parent 0ff915b commit 74d82ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/client/src/user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub async fn get_signers_from_chain(
.ok_or_else(|| SubgroupGetError::ChainFetch("Get all validators error"))?;

let key_info_query = entropy::storage().parameters().signers_info();
let threshold = query_chain(&api, &rpc, key_info_query, None)
let threshold = query_chain(api, rpc, key_info_query, None)
.await?
.ok_or_else(|| SubgroupGetError::ChainFetch("Failed to get signers info"))?
.threshold;
Expand Down

0 comments on commit 74d82ab

Please sign in to comment.