Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Jan 23, 2025
1 parent 18105ee commit ef46c51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ pub async fn backup_encryption_key(
// Check for TSS account on the staking pallet - which proves they have made an on-chain attestation
let threshold_address_query = entropy::storage()
.staking_extension()
.threshold_to_stash(&SubxtAccountId32(*tss_account.as_ref()));
.threshold_to_stash(SubxtAccountId32(*tss_account.as_ref()));
let (api, rpc) = app_state.get_api_rpc().await?;
query_chain(&api, &rpc, threshold_address_query, None)
.await?
Expand Down

0 comments on commit ef46c51

Please sign in to comment.