Skip to content

Commit 394ed5d

Browse files
committed
Fix docs to indicate OpenChannelRequest is NOT persisted across restarts
1 parent cebc759 commit 394ed5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/events/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ pub enum Event {
13571357
///
13581358
/// # Failure Behavior and Persistence
13591359
/// This event will eventually be replayed after failures-to-handle (i.e., the event handler
1360-
/// returning `Err(ReplayEvent ())`) and will be persisted across restarts.
1360+
/// returning `Err(ReplayEvent ())`) and won't be persisted across restarts.
13611361
///
13621362
/// [`ChannelManager::accept_inbound_channel`]: crate::ln::channelmanager::ChannelManager::accept_inbound_channel
13631363
/// [`ChannelManager::force_close_without_broadcasting_txn`]: crate::ln::channelmanager::ChannelManager::force_close_without_broadcasting_txn

0 commit comments

Comments
 (0)