Skip to content

Commit e7a486f

Browse files
committed
f move comment
1 parent cd398dc commit e7a486f

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
@@ -1996,9 +1996,9 @@ impl<Signer: WriteableEcdsaChannelSigner> Channel<Signer> {
19961996
// already queued, we have to insert it into the pending queue and update the
19971997
// update_ids of all the following monitors.
19981998
let unblocked_monitor_pos = if release_cs_monitor && msg.is_some() {
1999-
// build_commitment_no_status_check may bump latest_monitor_id but we want them to be
2000-
// strictly increasing by one, so decrement it here.
20011999
let mut additional_update = self.build_commitment_no_status_check(logger);
2000+
// build_commitment_no_status_check may bump latest_monitor_id but we want them
2001+
// to be strictly increasing by one, so decrement it here.
20022002
self.latest_monitor_update_id = monitor_update.update_id;
20032003
monitor_update.updates.append(&mut additional_update.updates);
20042004
self.pending_monitor_updates.push(PendingChannelMonitorUpdate {

0 commit comments

Comments
 (0)