Skip to content

Commit 0efc8fa

Browse files
committed
f extra arg
1 parent 0edb70c commit 0efc8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9632,7 +9632,7 @@ where
96329632
let context = &chan.context();
96339633
let logger = WithChannelContext::from(&self.logger, context, None);
96349634
log_trace!(logger, "Removing channel {} now that the signer is unblocked", context.channel_id());
9635-
locked_close_channel!(self, peer_state, context, shutdown_result, shutdown_result);
9635+
locked_close_channel!(self, peer_state, context, shutdown_result);
96369636
shutdown_results.push(shutdown_result);
96379637
false
96389638
} else {

0 commit comments

Comments
 (0)