Skip to content

Commit 6a49540

Browse files
committed
Fix docs to indicate OpenChannelRequest is NOT persisted across restarts
1 parent 2d9b367 commit 6a49540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/events/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ pub enum Event {
13611361
///
13621362
/// # Failure Behavior and Persistence
13631363
/// 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.
1364+
/// returning `Err(ReplayEvent ())`) and won't be persisted across restarts.
13651365
///
13661366
/// [`ChannelManager::accept_inbound_channel`]: crate::ln::channelmanager::ChannelManager::accept_inbound_channel
13671367
/// [`ChannelManager::force_close_without_broadcasting_txn`]: crate::ln::channelmanager::ChannelManager::force_close_without_broadcasting_txn

0 commit comments

Comments
 (0)