Skip to content

Commit be4449a

Browse files
committed
Fix docs to indicate OpenChannelRequest is NOT persisted across restarts
1 parent 2d1278d commit be4449a

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
@@ -1346,7 +1346,7 @@ pub enum Event {
13461346
///
13471347
/// # Failure Behavior and Persistence
13481348
/// 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.
1349+
/// returning `Err(ReplayEvent ())`) and won't be persisted across restarts.
13501350
///
13511351
/// [`ChannelManager::accept_inbound_channel`]: crate::ln::channelmanager::ChannelManager::accept_inbound_channel
13521352
/// [`ChannelManager::force_close_without_broadcasting_txn`]: crate::ln::channelmanager::ChannelManager::force_close_without_broadcasting_txn

0 commit comments

Comments
 (0)