Skip to content

Commit

Permalink
f rename
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinewallace committed May 9, 2024
1 parent 17083a4 commit bcb55fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lightning/src/onion_message/messenger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ where
///
/// Interception flow:
/// 1. If an onion message for an offline peer is received, `OnionMessenger` will
/// generate an [`Event::OnionMessageForOfflinePeer`]. Event handlers can
/// generate an [`Event::OnionMessageIntercepted`]. Event handlers can
/// then choose to persist this onion message for later forwarding, or drop
/// it.
/// 2. When the offline peer later comes back online, `OnionMessenger` will
Expand All @@ -822,7 +822,7 @@ where
///
/// # Note
///
/// LDK will not rate limit how many [`Event::OnionMessageForOfflinePeer`]s
/// LDK will not rate limit how many [`Event::OnionMessageIntercepted`]s
/// are generated, so it is the caller's responsibility to limit how many
/// onion messages are persisted and only persist onion messages for relevant
/// peers.
Expand Down

0 comments on commit bcb55fe

Please sign in to comment.