Skip to content

Commit 8def09d

Browse files
committed
f missing cfg-flagged update
1 parent 8e48aa5 commit 8def09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9624,7 +9624,7 @@ where
96249624
let context = &chan.context();
96259625
let logger = WithChannelContext::from(&self.logger, context, None);
96269626
log_trace!(logger, "Removing channel {} now that the signer is unblocked", context.channel_id());
9627-
update_maps_on_chan_removal!(self, peer_state, context, shutdown_result);
9627+
locked_close_channel!(self, peer_state, context, shutdown_result, shutdown_result);
96289628
shutdown_results.push(shutdown_result);
96299629
false
96309630
} else {

0 commit comments

Comments
 (0)