]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Fix docs to indicate OpenChannelRequest is NOT persisted across restarts
authorDuncan Dean <git@dunxen.dev>
Fri, 1 Nov 2024 07:41:00 +0000 (09:41 +0200)
committerDuncan Dean <git@dunxen.dev>
Wed, 20 Nov 2024 12:04:15 +0000 (14:04 +0200)
lightning/src/events/mod.rs

index 7f50f5a689ae4a95d194da7da092de3db4e031b7..92991f4b228cef73668f5d6c57f8a32fb53ff16a 100644 (file)
@@ -1361,7 +1361,7 @@ pub enum Event {
        ///
        /// # Failure Behavior and Persistence
        /// This event will eventually be replayed after failures-to-handle (i.e., the event handler
-       /// returning `Err(ReplayEvent ())`) and will be persisted across restarts.
+       /// returning `Err(ReplayEvent ())`) and won't be persisted across restarts.
        ///
        /// [`ChannelManager::accept_inbound_channel`]: crate::ln::channelmanager::ChannelManager::accept_inbound_channel
        /// [`ChannelManager::force_close_without_broadcasting_txn`]: crate::ln::channelmanager::ChannelManager::force_close_without_broadcasting_txn