Skip to content

Commit

Permalink
Update zebra-network/src/peer_set/initialize.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
arya2 authored Jun 13, 2023
1 parent 5e0e03a commit 40e74dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-network/src/peer_set/initialize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ where
// # Correctness
//
// Holding the drop guard returned by Span::enter across .await points will
// result in incorrect traces if the executor yields.
// result in incorrect traces if it yields.
//
// This await is okay because the handshaker's `poll_ready` method always returns Ready.
handshaker.ready().await?;
Expand Down

0 comments on commit 40e74dc

Please sign in to comment.