We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d9b367 commit 6a49540Copy full SHA for 6a49540
lightning/src/events/mod.rs
@@ -1361,7 +1361,7 @@ pub enum Event {
1361
///
1362
/// # Failure Behavior and Persistence
1363
/// This event will eventually be replayed after failures-to-handle (i.e., the event handler
1364
- /// returning `Err(ReplayEvent ())`) and will be persisted across restarts.
+ /// returning `Err(ReplayEvent ())`) and won't be persisted across restarts.
1365
1366
/// [`ChannelManager::accept_inbound_channel`]: crate::ln::channelmanager::ChannelManager::accept_inbound_channel
1367
/// [`ChannelManager::force_close_without_broadcasting_txn`]: crate::ln::channelmanager::ChannelManager::force_close_without_broadcasting_txn
0 commit comments