Skip to content

Commit

Permalink
Rm unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Nov 25, 2024
1 parent 4381c76 commit 874a206
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/threshold-signature-server/src/user/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1380,8 +1380,6 @@ async fn test_registration_flow() {
let (_ctx, entropy_api, rpc, _validator_ips, _validator_ids) =
spawn_tss_nodes_and_start_chain(ChainSpecType::IntegrationJumpStarted).await;

let non_signer = ValidatorName::Dave;

let jump_start_progress_query = entropy::storage().staking_extension().jump_start_progress();
let jump_start_progress =
query_chain(&entropy_api, &rpc, jump_start_progress_query, None).await.unwrap().unwrap();
Expand Down

0 comments on commit 874a206

Please sign in to comment.