Skip to content

Commit

Permalink
Don't use with WithAuxInfo variant
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Jul 15, 2024
1 parent 78d4c9e commit ae1fe1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/threshold-signature-server/src/user/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ async fn test_jumpstart_network() {
let response_key = unsafe_get(&client, hex::encode(NETWORK_PARENT_KEY), 3001).await;

// check to make sure keyshare is correct
let key_share: Option<KeyShareWithAuxInfo> =
let key_share: Option<ThresholdKeyShare<KeyParams, entropy_protocol::PartyId>> =
entropy_kvdb::kv_manager::helpers::deserialize(&response_key);
assert_eq!(key_share.is_some(), true);

Expand Down

0 comments on commit ae1fe1f

Please sign in to comment.