Skip to content

Commit 53a616b

Browse files
committed
Correct ConnectionNeeded docs
1 parent a383bed commit 53a616b

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
@@ -756,8 +756,9 @@ pub enum Event {
756756
/// replies. Handlers should connect to the node otherwise any buffered messages may be lost.
757757
///
758758
/// # Failure Behavior and Persistence
759-
/// This event will eventually be replayed after failures-to-handle (i.e., the event handler
760-
/// returning `Err(ReplayEvent ())`), but won't be persisted across restarts.
759+
/// This event won't be replayed after failures-to-handle
760+
/// (i.e., the event handler returning `Err(ReplayEvent ())`), and also won't be persisted
761+
/// across restarts.
761762
///
762763
/// [`OnionMessage`]: msgs::OnionMessage
763764
/// [`MessageRouter`]: crate::onion_message::messenger::MessageRouter

0 commit comments

Comments
 (0)