Skip to content

Commit 5829778

Browse files
committed
f update stale docs
1 parent 735e739 commit 5829778

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -930,10 +930,10 @@ where
930930
pub(super) per_peer_state: FairRwLock<HashMap<PublicKey, Mutex<PeerState<<SP::Target as SignerProvider>::Signer>>>>,
931931

932932
/// The set of events which we need to give to the user to handle. In some cases an event may
933-
/// block a monitor update from being handed to the user (to ensure the included changes to the
934-
/// channel state are handled by the user before they're persisted durably to disk). In that
935-
/// case, the second element in the tuple is set to `Some` with the `OutPoint` of the
936-
/// `ChannelMonitor` that needs to have its `revoke_and_ack` updates held.
933+
/// require some further action after the user handles it (currently only blocking a monitor
934+
/// update from being handed to the user to ensure the included changes to the channel state
935+
/// are handled by the user before they're persisted durably to disk). In that case, the second
936+
/// element in the tuple is set to `Some` with further details of the action.
937937
///
938938
/// See `ChannelManager` struct-level documentation for lock order requirements.
939939
///

0 commit comments

Comments
 (0)