We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2848f3 commit 1059231Copy full SHA for 1059231
lightning/src/ln/channelmanager.rs
@@ -7110,8 +7110,8 @@ where
7110
7111
/// Creates a [`RefundBuilder`] such that the [`Refund`] it builds is recognized by the
7112
/// [`ChannelManager`] when handling [`Bolt12Invoice`] messages for the refund. The builder will
7113
- /// have an expiration set, if provided. Any changes to the expiration on the returned builder
7114
- /// will not be honored by [`ChannelManager`].
+ /// have the provided expiration set. Any changes to the expiration on the returned builder will
+ /// not be honored by [`ChannelManager`].
7115
///
7116
/// The provided `payment_id` is used to ensure that only one invoice is paid for the refund.
7117
0 commit comments