diff --git a/crates/threshold-signature-server/src/node_info/tests.rs b/crates/threshold-signature-server/src/node_info/tests.rs index 2676ecb87..5640c12f1 100644 --- a/crates/threshold-signature-server/src/node_info/tests.rs +++ b/crates/threshold-signature-server/src/node_info/tests.rs @@ -74,6 +74,7 @@ async fn info_test() { TssPublicKeys { tss_account: TSS_ACCOUNTS[0].clone(), x25519_public_key: X25519_PUBLIC_KEYS[0], + connected_to_chain: false, } ); clean_tests();