Fix/err (#302)
Some checks are pending
abi-consistent-check / build-and-compare (push) Waiting to run
code-coverage / unittest-cov (push) Waiting to run
rust / check (push) Waiting to run
rust / test (push) Waiting to run
rust / lints (push) Waiting to run
functional-test / test (push) Waiting to run

* code-Update mod.rs

* typo-Update protocol.rs
This commit is contained in:
Romashka 2024-12-23 05:45:19 +02:00 committed by GitHub
parent 64120399f1
commit a56876eb1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ enum EventStream {
InActive,
}
/// The main discovery service. This can be disabled via CLI arguements. When disabled the
/// The main discovery service. This can be disabled via CLI arguments. When disabled the
/// underlying processes are not started, but this struct still maintains our current ENR.
pub struct Discovery {
/// A collection of seen live ENRs for quick lookup and to map peer-id's to ENRs.

View File

@ -104,7 +104,7 @@ pub enum Version {
V1,
}
/// RPC Encondings supported.
/// RPC Encodings supported.
#[derive(Debug, Clone, PartialEq, Eq)]
pub enum Encoding {
SSZSnappy,