Skip to content

Commit 07b3611

Browse files
committed
f move comment
1 parent 3ec8ac4 commit 07b3611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/channel.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1998,9 +1998,9 @@ impl<Signer: WriteableEcdsaChannelSigner> Channel<Signer> {
19981998
// already queued, we have to insert it into the pending queue and update the
19991999
// update_ids of all the following monitors.
20002000
let unblocked_monitor_pos = if release_cs_monitor && msg.is_some() {
2001-
// build_commitment_no_status_check may bump latest_monitor_id but we want them to be
2002-
// strictly increasing by one, so decrement it here.
20032001
let mut additional_update = self.build_commitment_no_status_check(logger);
2002+
// build_commitment_no_status_check may bump latest_monitor_id but we want them
2003+
// to be strictly increasing by one, so decrement it here.
20042004
self.latest_monitor_update_id = monitor_update.update_id;
20052005
monitor_update.updates.append(&mut additional_update.updates);
20062006
self.pending_monitor_updates.push(PendingChannelMonitorUpdate {

0 commit comments

Comments
 (0)