Skip to content

Commit 9ba9d34

Browse files
committed
Resolving errors
1 parent 19e6767 commit 9ba9d34

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
@@ -3026,7 +3026,7 @@ where
30263026
///
30273027
/// You can always broadcast the latest local transaction(s) via
30283028
/// [`ChannelMonitor::broadcast_latest_holder_commitment_txn`].
3029-
pub fn force_close_without_broadcasting_txn(&self, channel_id: &ChannelId, counterparty_node_id: &PublicKey)
3029+
pub fn force_close_without_broadcasting_txn(&self, channel_id: &ChannelId, counterparty_node_id: &PublicKey, error_message: String)
30303030
-> Result<(), APIError> {
30313031
self.force_close_sending_error(channel_id, counterparty_node_id, false, error_message)
30323032
}

0 commit comments

Comments
 (0)