Skip to content

Commit c3d40ab

Browse files
committed
f sp
1 parent 1bd0303 commit c3d40ab

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
@@ -920,7 +920,7 @@ pub trait RoutingMessageHandler : MessageSendEventsProvider {
920920
/// for a single channel.
921921
fn get_next_channel_announcement(&self, starting_point: u64) -> Option<(ChannelAnnouncement, Option<ChannelUpdate>, Option<ChannelUpdate>)>;
922922
/// Gets a node announcement required to dump our routing table to a remote node, starting at
923-
/// the node *after* the provided publickey and including up to one announcement immediately
923+
/// the node *after* the provided pubkey and including up to one announcement immediately
924924
/// higher (as defined by <PublicKey as Ord>::cmp) than starting_point.
925925
/// If None is provided for starting_point, we start at the first node.
926926
fn get_next_node_announcement(&self, starting_point: Option<&PublicKey>) -> Option<NodeAnnouncement>;

0 commit comments

Comments
 (0)