Skip to content

Commit

Permalink
Cargo spellcheck fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sydhds committed Oct 20, 2022
1 parent e8cda09 commit 1891607
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions massa-network-worker/src/node_worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,8 @@ async fn node_writer_handle(
exit_reason
}

/// Handle socket read function until a message is received then send it via node_event_tx queue
/// Handle socket read function until a message is received then send it
// via 'node_event_tx' queue
async fn node_reader_handle(
socket_reader: &mut ReadBinder,
node_event_tx: &mut Sender<NodeEvent>,
Expand Down Expand Up @@ -422,7 +423,8 @@ async fn node_reader_handle(
exit_reason
}

/// Send a node event via node_event_tx queue - used by node_reader_handle
/// Send a node event
// via node_event_tx queue - used by 'node_reader_handle'
async fn send_node_event(
node_event_tx: &mut Sender<NodeEvent>,
event: NodeEvent,
Expand Down

0 comments on commit 1891607

Please sign in to comment.