From cddff1688f81df3aa1bb9ebad0985c554f8cceb2 Mon Sep 17 00:00:00 2001 From: tomasarrachea Date: Fri, 27 Sep 2024 15:02:44 -0300 Subject: [PATCH] typo --- crates/services/bls_aggregation/src/bls_agg.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/services/bls_aggregation/src/bls_agg.rs b/crates/services/bls_aggregation/src/bls_agg.rs index 80147481..78ac3e21 100644 --- a/crates/services/bls_aggregation/src/bls_agg.rs +++ b/crates/services/bls_aggregation/src/bls_agg.rs @@ -152,7 +152,7 @@ impl BlsAggregatorService Ok(()) } - /// Processs signatures received from the channel and sends + /// Processes signatures received from the channel and sends /// the signed task response to the task channel. /// /// # Arguments