Skip to content

Commit fc28ff2

Browse files
committed
f clarify why we might not resume immediately
1 parent 04335d1 commit fc28ff2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,9 @@ pub(crate) enum MonitorUpdateCompletionAction {
615615
event: events::Event,
616616
downstream_counterparty_and_funding_outpoint: Option<(PublicKey, OutPoint, RAAMonitorUpdateBlockingAction)>,
617617
},
618-
/// Indicates we should probably resume the operation of another channel.
618+
/// Indicates we should immediately resume the operation of another channel, unless there is
619+
/// some other reason why the channel is blocked. In practice this simply means immediately
620+
/// removing the [`RAAMonitorUpdateBlockingAction`] provided from the blocking set.
619621
///
620622
/// This is usually generated when we've forwarded an HTLC and want to block the outbound edge
621623
/// from completing a monitor update which removes the payment preimage until the inbound edge

0 commit comments

Comments
 (0)