Skip to content

Commit

Permalink
Resolving conflicts_1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharmalm committed Feb 15, 2024
1 parent dc9d3a3 commit 19e6767
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 @@ -3026,7 +3026,7 @@ where
///
/// You can always broadcast the latest local transaction(s) via
/// [`ChannelMonitor::broadcast_latest_holder_commitment_txn`].
pub fn force_close_without_broadcasting_txn(&self, channel_id: &ChannelId, counterparty_node_id: &PublicKey, error_message: String)
pub fn force_close_without_broadcasting_txn(&self, channel_id: &ChannelId, counterparty_node_id: &PublicKey)
-> Result<(), APIError> {
self.force_close_sending_error(channel_id, counterparty_node_id, false, error_message)
}
Expand Down

0 comments on commit 19e6767

Please sign in to comment.