From e416800fca6c93d3ce74dacf46cd5abf514ef5e4 Mon Sep 17 00:00:00 2001 From: peg Date: Mon, 16 Dec 2024 19:08:46 +0100 Subject: [PATCH] Update node info test --- crates/threshold-signature-server/src/node_info/tests.rs | 1 + 1 file changed, 1 insertion(+) 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();