Skip to content

Commit

Permalink
Update lightning/src/ln/channelmanager.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Shashwat Vangani <[email protected]>
  • Loading branch information
Jossec101 and shaavan committed Jan 8, 2024
1 parent 66c9b68 commit ec64b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/ln/channelmanager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6030,7 +6030,7 @@ where
&unaccepted_channel.open_channel_msg, user_channel_id, &self.default_configuration, best_block_height,
&self.logger, accept_0conf).map_err(|e| {
let err_str = e.to_string();
log_error!(self.logger, "{}", err_str);
log_error!(logger, "{}", err_str);

APIError::ChannelUnavailable { err: err_str }
})
Expand Down

0 comments on commit ec64b4f

Please sign in to comment.