Skip to content

Commit 9f2e9f1

Browse files
committed
f more comment
1 parent 3eb033a commit 9f2e9f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lightning/src/ln/channelmanager.rs

+4
Original file line numberDiff line numberDiff line change
@@ -5432,6 +5432,10 @@ where
54325432
}
54335433
}
54345434

5435+
/// Checks whether [`ChannelMonitorUpdate`]s generated by the receipt of a remote
5436+
/// [`msgs::RevokeAndACK`] should be held for the given channel until some other event
5437+
/// completes. Note that this needs to happen in the same [`PeerState`] mutex as any release of
5438+
/// the [`ChannelMonitorUpdate`] in question.
54355439
fn raa_monitor_updates_held(&self,
54365440
actions_blocking_raa_monitor_updates: &BTreeMap<[u8; 32], Vec<RAAMonitorUpdateBlockingAction>>,
54375441
channel_funding_outpoint: OutPoint, counterparty_node_id: PublicKey

0 commit comments

Comments
 (0)