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;