Skip to content

Commit f2892c5

Browse files
committed
f s/and//
1 parent a7bd20d commit f2892c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/msgs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ pub trait RoutingMessageHandler : MessageSendEventsProvider {
10831083
// Handler queueing status:
10841084
/// Indicates that there are a large number of [`ChannelAnnouncement`] (or other) messages
10851085
/// 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
1086+
/// caller should seek to reduce the rate of new gossip messages handled, especially
10871087
/// [`ChannelAnnouncement`]s.
10881088
fn processing_queue_high(&self) -> bool;
10891089

0 commit comments

Comments
 (0)