From 9993418e3ec9f89c99ba5e22e74ac6715dae61c1 Mon Sep 17 00:00:00 2001 From: peg Date: Fri, 2 May 2025 14:06:40 +0200 Subject: [PATCH] Trivial doccomment change to trigger CI tests --- crates/protocol/src/execute_protocol.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/protocol/src/execute_protocol.rs b/crates/protocol/src/execute_protocol.rs index bfe5434bf..042c66996 100644 --- a/crates/protocol/src/execute_protocol.rs +++ b/crates/protocol/src/execute_protocol.rs @@ -13,7 +13,7 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . -//! A wrapper for the threshold signing library to handle sending and receiving messages. +//! A wrapper for the threshold signing library to handle sending and receiving messages use futures::future::try_join_all; use num::bigint::BigUint;