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