We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ConnectionNeeded
1 parent a383bed commit 53a616bCopy full SHA for 53a616b
lightning/src/events/mod.rs
@@ -756,8 +756,9 @@ pub enum Event {
756
/// replies. Handlers should connect to the node otherwise any buffered messages may be lost.
757
///
758
/// # 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.
+ /// This event won't be replayed after failures-to-handle
+ /// (i.e., the event handler returning `Err(ReplayEvent ())`), and also won't be persisted
761
+ /// across restarts.
762
763
/// [`OnionMessage`]: msgs::OnionMessage
764
/// [`MessageRouter`]: crate::onion_message::messenger::MessageRouter
0 commit comments