We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bd20d commit f2892c5Copy full SHA for f2892c5
lightning/src/ln/msgs.rs
@@ -1083,7 +1083,7 @@ pub trait RoutingMessageHandler : MessageSendEventsProvider {
1083
// Handler queueing status:
1084
/// Indicates that there are a large number of [`ChannelAnnouncement`] (or other) messages
1085
/// pending some async action. While there is no guarantee of the rate of future messages, the
1086
- /// caller should seek to reduce the rate of new gossip messages handled, and especially
+ /// caller should seek to reduce the rate of new gossip messages handled, especially
1087
/// [`ChannelAnnouncement`]s.
1088
fn processing_queue_high(&self) -> bool;
1089
0 commit comments