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 ee0830c commit c60459cCopy full SHA for c60459c
lightning-liquidity/src/lsps2/client.rs
@@ -150,7 +150,9 @@ where
150
/// but MPP can no longer be used to pay it.
151
///
152
/// The client agrees to paying an opening fee equal to
153
- /// `max(min_fee_msat, proportional*(payment_size_msat/1_000_000))`.
+ /// `max(min_fee_msat, proportional * (payment_size_msat / 1_000_000))`.
154
+ ///
155
+ /// Returns the used [`LSPSRequestId`], which will be returned via [`InvoiceParametersReady`].
156
157
/// [`OpeningParametersReady`]: crate::lsps2::event::LSPS2ClientEvent::OpeningParametersReady
158
/// [`InvoiceParametersReady`]: crate::lsps2::event::LSPS2ClientEvent::InvoiceParametersReady
0 commit comments