fix(network): typo (#11088)
This commit is contained in:
parent
fc22c58408
commit
7f5ac8ba7a
@ -69,7 +69,7 @@ pub type NodeId = H512;
|
|||||||
/// Local (temporary) peer session ID.
|
/// Local (temporary) peer session ID.
|
||||||
pub type PeerId = usize;
|
pub type PeerId = usize;
|
||||||
|
|
||||||
/// Messages used to communitate with the event loop from other threads.
|
/// Messages used to communicate with the event loop from other threads.
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub enum NetworkIoMessage {
|
pub enum NetworkIoMessage {
|
||||||
/// Register a new protocol handler.
|
/// Register a new protocol handler.
|
||||||
|
Loading…
Reference in New Issue
Block a user