We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1278d commit be4449aCopy full SHA for be4449a
lightning/src/events/mod.rs
@@ -1346,7 +1346,7 @@ pub enum Event {
1346
///
1347
/// # Failure Behavior and Persistence
1348
/// This event will eventually be replayed after failures-to-handle (i.e., the event handler
1349
- /// returning `Err(ReplayEvent ())`) and will be persisted across restarts.
+ /// returning `Err(ReplayEvent ())`) and won't be persisted across restarts.
1350
1351
/// [`ChannelManager::accept_inbound_channel`]: crate::ln::channelmanager::ChannelManager::accept_inbound_channel
1352
/// [`ChannelManager::force_close_without_broadcasting_txn`]: crate::ln::channelmanager::ChannelManager::force_close_without_broadcasting_txn
0 commit comments