@@ -2371,7 +2371,7 @@ where
23712371/// [`get_event_or_persistence_needed_future`]: Self::get_event_or_persistence_needed_future
23722372/// [`lightning-block-sync`]: https://docs.rs/lightning_block_sync/latest/lightning_block_sync
23732373/// [`lightning-transaction-sync`]: https://docs.rs/lightning_transaction_sync/latest/lightning_transaction_sync
2374- /// [`lightning-background-processor`]: https://docs.rs/lightning_background_processor /lightning_background_processor
2374+ /// [`lightning-background-processor`]: https://docs.rs/lightning-background-processor/latest /lightning_background_processor
23752375/// [`list_channels`]: Self::list_channels
23762376/// [`list_usable_channels`]: Self::list_usable_channels
23772377/// [`create_channel`]: Self::create_channel
@@ -3997,7 +3997,7 @@ where
39973997 ///
39983998 /// The `shutdown_script` provided will be used as the `scriptPubKey` for the closing transaction.
39993999 /// Will fail if a shutdown script has already been set for this channel by
4000- /// [' ChannelHandshakeConfig::commit_upfront_shutdown_pubkey`]. The given shutdown script must
4000+ /// [` ChannelHandshakeConfig::commit_upfront_shutdown_pubkey`]. The given shutdown script must
40014001 /// also be compatible with our and the counterparty's features.
40024002 ///
40034003 /// May generate a [`SendShutdown`] message event on success, which should be relayed.
@@ -4009,6 +4009,7 @@ where
40094009 ///
40104010 /// [`ChannelConfig::force_close_avoidance_max_fee_satoshis`]: crate::util::config::ChannelConfig::force_close_avoidance_max_fee_satoshis
40114011 /// [`NonAnchorChannelFee`]: crate::chain::chaininterface::ConfirmationTarget::NonAnchorChannelFee
4012+ /// [`ChannelHandshakeConfig::commit_upfront_shutdown_pubkey`]: crate::util::config::ChannelHandshakeConfig::commit_upfront_shutdown_pubkey
40124013 /// [`SendShutdown`]: crate::events::MessageSendEvent::SendShutdown
40134014 pub fn close_channel_with_feerate_and_script(&self, channel_id: &ChannelId, counterparty_node_id: &PublicKey, target_feerate_sats_per_1000_weight: Option<u32>, shutdown_script: Option<ShutdownScript>) -> Result<(), APIError> {
40144015 self.close_channel_internal(channel_id, counterparty_node_id, target_feerate_sats_per_1000_weight, shutdown_script)
0 commit comments