From ae1fe1f221fc87cf8dbac5151111f84c022129fa Mon Sep 17 00:00:00 2001 From: Hernando Castano Date: Mon, 15 Jul 2024 18:19:19 -0400 Subject: [PATCH] Don't use with `WithAuxInfo` variant --- crates/threshold-signature-server/src/user/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/threshold-signature-server/src/user/tests.rs b/crates/threshold-signature-server/src/user/tests.rs index 758f0be25..7560ef4cb 100644 --- a/crates/threshold-signature-server/src/user/tests.rs +++ b/crates/threshold-signature-server/src/user/tests.rs @@ -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 = + let key_share: Option> = entropy_kvdb::kv_manager::helpers::deserialize(&response_key); assert_eq!(key_share.is_some(), true);