Skip to content

Commit 3fe7c65

Browse files
committed
Correct ConnectionNeeded docs
1 parent b839814 commit 3fe7c65

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lightning/src/events/mod.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -729,8 +729,9 @@ pub enum Event {
729729
/// replies. Handlers should connect to the node otherwise any buffered messages may be lost.
730730
///
731731
/// # Failure Behavior and Persistence
732-
/// This event will eventually be replayed after failures-to-handle (i.e., the event handler
733-
/// returning `Err(ReplayEvent ())`), but won't be persisted across restarts.
732+
/// This event won't be replayed after failures-to-handle
733+
/// (i.e., the event handler returning `Err(ReplayEvent ())`), and also won't be persisted
734+
/// across restarts.
734735
///
735736
/// [`OnionMessage`]: msgs::OnionMessage
736737
/// [`MessageRouter`]: crate::onion_message::messenger::MessageRouter

0 commit comments

Comments
 (0)