From e0dd56df97fdeee4eff7cd31353ecbe9556d449a Mon Sep 17 00:00:00 2001 From: Tronica Date: Mon, 17 Feb 2025 20:12:19 +0100 Subject: [PATCH] fix typo config.rs --- node/network/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/network/src/config.rs b/node/network/src/config.rs index 2f44dff..da8ffd9 100644 --- a/node/network/src/config.rs +++ b/node/network/src/config.rs @@ -103,7 +103,7 @@ pub struct Config { /// Subscribe to all subnets for the duration of the runtime. pub subscribe_all_subnets: bool, - /// Import/aggregate all attestations recieved on subscribed subnets for the duration of the + /// Import/aggregate all attestations received on subscribed subnets for the duration of the /// runtime. pub import_all_attestations: bool,