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 d74652b commit d0b802bCopy full SHA for d0b802b
lightning-liquidity/src/lsps2/client.rs
@@ -152,7 +152,7 @@ where
152
/// The client agrees to paying an opening fee equal to
153
/// `max(min_fee_msat, proportional * (payment_size_msat / 1_000_000))`.
154
///
155
- /// Returns the used [`LSPSRequestId`], which will be returned via [`InvoiceParametersReady`].
+ /// Returns the used [`LSPSRequestId`] that was used for the buy request.
156
157
/// [`OpeningParametersReady`]: crate::lsps2::event::LSPS2ClientEvent::OpeningParametersReady
158
/// [`InvoiceParametersReady`]: crate::lsps2::event::LSPS2ClientEvent::InvoiceParametersReady
0 commit comments