We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb033a commit 9f2e9f1Copy full SHA for 9f2e9f1
lightning/src/ln/channelmanager.rs
@@ -5432,6 +5432,10 @@ where
5432
}
5433
5434
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.
5439
fn raa_monitor_updates_held(&self,
5440
actions_blocking_raa_monitor_updates: &BTreeMap<[u8; 32], Vec<RAAMonitorUpdateBlockingAction>>,
5441
channel_funding_outpoint: OutPoint, counterparty_node_id: PublicKey
0 commit comments