File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1996,9 +1996,9 @@ impl<Signer: WriteableEcdsaChannelSigner> Channel<Signer> {
1996
1996
// already queued, we have to insert it into the pending queue and update the
1997
1997
// update_ids of all the following monitors.
1998
1998
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.
2001
1999
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.
2002
2002
self . latest_monitor_update_id = monitor_update. update_id ;
2003
2003
monitor_update. updates . append ( & mut additional_update. updates ) ;
2004
2004
self . pending_monitor_updates . push ( PendingChannelMonitorUpdate {
You can’t perform that action at this time.
0 commit comments