File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -930,10 +930,10 @@ where
930
930
pub ( super ) per_peer_state : FairRwLock < HashMap < PublicKey , Mutex < PeerState < <SP :: Target as SignerProvider >:: Signer > > > > ,
931
931
932
932
/// 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 .
937
937
///
938
938
/// See `ChannelManager` struct-level documentation for lock order requirements.
939
939
///
You can’t perform that action at this time.
0 commit comments