diff --git a/crates/threshold-signature-server/src/helpers/tests.rs b/crates/threshold-signature-server/src/helpers/tests.rs index 9d647a20d..97679c9aa 100644 --- a/crates/threshold-signature-server/src/helpers/tests.rs +++ b/crates/threshold-signature-server/src/helpers/tests.rs @@ -373,6 +373,7 @@ pub fn get_port(server_info: &ServerInfo) -> u32 { socket_address.port().into() } +/// Calls set storage from sudo for testing, allows use to manipulate chain storage. pub async fn call_set_storage( api: &OnlineClient, rpc: &LegacyRpcMethods,