File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -831,9 +831,9 @@ pub trait RoutingMessageHandler : Send + Sync + events::MessageSendEventsProvide
831
831
/// immediately higher (as defined by <PublicKey as Ord>::cmp) than starting_point.
832
832
/// If None is provided for starting_point, we start at the first node.
833
833
fn get_next_node_announcements ( & self , starting_point : Option < & PublicKey > , batch_amount : u8 ) -> Vec < NodeAnnouncement > ;
834
- /// Initiates routing gossip sync by querying a peer to discover channels
835
- /// and their associated routing gossip messages. This method will use a
836
- /// sync strategy defined by the implementor.
834
+ /// Called when a connection is established with a peer. This can be used to
835
+ /// perform routing table synchronization using a strategy defined by the
836
+ /// implementor.
837
837
fn sync_routing_table ( & self , their_node_id : & PublicKey , init : & Init ) ;
838
838
/// Handles the reply of a query we initiated to learn about channels
839
839
/// for a given range of blocks. We can expect to receive one or more
You can’t perform that action at this time.
0 commit comments