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 8fcbedd commit c31e000Copy full SHA for c31e000
lightning/src/ln/msgs.rs
@@ -1580,7 +1580,8 @@ pub trait OnionMessageHandler: EventsProvider {
1580
/// drop and refuse to forward onion messages to this peer.
1581
fn peer_disconnected(&self, their_node_id: &PublicKey);
1582
1583
- /// Performs actions that should happen on startup and roughly every ten seconds thereafter.
+ /// Performs actions that should happen roughly every ten seconds after startup. Allows handlers
1584
+ /// to drop any buffered onion messages intended for prospective peers.
1585
fn timer_tick_occurred(&self);
1586
1587
// Handler information:
0 commit comments