mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2025-04-03 06:55:18 +00:00
fix spelling error and correct minor error (#343)
* Update network_behaviour.rs * Update client.rs --------- Co-authored-by: XxAlex74xX <30472093+XxAlex74xX@users.noreply.github.com>
This commit is contained in:
parent
4cf45149cb
commit
2fd8ffc2ea
node/network/src/peer_manager
@ -134,7 +134,7 @@ impl NetworkBehaviour for PeerManager {
|
||||
BanResult::NotBanned => {}
|
||||
}
|
||||
|
||||
// Count dialing peers in the limit if the peer dialied us.
|
||||
// Count dialing peers in the limit if the peer dialed us.
|
||||
let count_dialing = endpoint.is_listener();
|
||||
// Check the connection limits
|
||||
if self.peer_limit_reached(count_dialing)
|
||||
|
@ -19,7 +19,7 @@ pub struct Client {
|
||||
|
||||
#[derive(Clone, Copy, Debug, Serialize, PartialEq, Eq, AsRefStr, IntoStaticStr, EnumIter)]
|
||||
pub enum ClientKind {
|
||||
/// An Zgs node.
|
||||
/// A Zgs node.
|
||||
Zgs,
|
||||
/// An unknown client.
|
||||
Unknown,
|
||||
|
Loading…
Reference in New Issue
Block a user