Skip to content

Commit

Permalink
Fix client following merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Dec 16, 2024
1 parent 6f17e5b commit fe7291a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/client/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ pub async fn get_quote_and_change_threshold_accounts(
validator_keypair: sr25519::Pair,
new_tss_account: SubxtAccountId32,
new_x25519_public_key: [u8; 32],
new_pck_certificate_chain: Vec<Vec<u8>>,
) -> Result<ThresholdAccountChanged, ClientError> {
let quote = get_tdx_quote_with_validator_id(
api,
Expand All @@ -387,7 +386,6 @@ pub async fn get_quote_and_change_threshold_accounts(
validator_keypair,
new_tss_account,
new_x25519_public_key,
new_pck_certificate_chain,
quote,
)
.await
Expand Down

0 comments on commit fe7291a

Please sign in to comment.