Skip to content

Commit

Permalink
typo! thank you 🙏
Browse files Browse the repository at this point in the history
  • Loading branch information
djordon committed Nov 20, 2024
1 parent 8fcb38e commit 77a6e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signer/src/network/libp2p/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ impl MessageTransfer for P2PNetwork {
// If we are lagging in the stream, we could always
// catch up, we'll just have lost messages.
Err(error @ RecvError::Lagged(_)) => {
tracing::warn!(%error, "stream lagging behing")
tracing::warn!(%error, "stream lagging behind")
}
_ => continue,
}
Expand Down

0 comments on commit 77a6e35

Please sign in to comment.