Skip to content

Commit d5357fb

Browse files
committed
f add docs
1 parent 93673af commit d5357fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6110,6 +6110,10 @@ where
61106110
self.pending_outbound_payments.clear_pending_payments()
61116111
}
61126112

6113+
/// When something which was blocking a channel from updating its [`ChannelMonitor`] (e.g. an
6114+
/// [`Event`] being handled) completes, this should be called to restore the channel to normal
6115+
/// operation. It will double-check that nothing *else* is also blocking the same channel from
6116+
/// making progress and then any blocked [`ChannelMonitorUpdate`]s fly.
61136117
fn handle_monitor_update_release(&self, counterparty_node_id: PublicKey, channel_funding_outpoint: OutPoint, mut completed_blocker: Option<RAAMonitorUpdateBlockingAction>) {
61146118
let mut errors = Vec::new();
61156119
loop {

0 commit comments

Comments
 (0)