Skip to content

Commit

Permalink
Fix/err (#302)
Browse files Browse the repository at this point in the history
* code-Update mod.rs

* typo-Update protocol.rs
  • Loading branch information
romashka-btc authored Dec 23, 2024
1 parent 6412039 commit a56876e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/network/src/discovery/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion node/network/src/rpc/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pub enum Version {
V1,
}

/// RPC Encondings supported.
/// RPC Encodings supported.
#[derive(Debug, Clone, PartialEq, Eq)]
pub enum Encoding {
SSZSnappy,
Expand Down

0 comments on commit a56876e

Please sign in to comment.