fix typo config.rs

This commit is contained in:
Tronica 2025-02-17 20:12:19 +01:00 committed by GitHub
parent d0b40d50b5
commit e0dd56df97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,