Skip to content

Commit 14cc445

Browse files
committed
f match style
1 parent 98e386e commit 14cc445

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lightning/src/ln/msgs.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,8 +1080,7 @@ pub trait RoutingMessageHandler : MessageSendEventsProvider {
10801080
/// list of `short_channel_id`s.
10811081
fn handle_query_short_channel_ids(&self, their_node_id: &PublicKey, msg: QueryShortChannelIds) -> Result<(), LightningError>;
10821082

1083-
// Handler queueing status
1084-
1083+
// Handler queueing status:
10851084
/// Indicates that there are a large number of [`ChannelAnnouncement`] (or other) messages
10861085
/// pending some async action. While there is no guarantee of the rate of future messages, the
10871086
/// caller should seek to reduce the rate of new gossip messages handled, and especially

0 commit comments

Comments
 (0)