Skip to content

Commit

Permalink
doc(core): update Warning docs with expected behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
rustaceanrob committed Oct 1, 2024
1 parent 8ba7da9 commit 6d80c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pub enum Warning {
CouldNotConnect,
/// A connection was maintained, but the peer does not signal for compact block filers.
NoCompactFilters,
/// The node has been waiting for new `inv` and will request block headers.
/// The node has been waiting for new `inv` and will find new peers to avoid block withholding.
PotentialStaleTip,
/// A peer sent us a peer-to-peer message the node did not request.
UnsolicitedMessage,
Expand Down

0 comments on commit 6d80c40

Please sign in to comment.