Skip to content

Commit c60459c

Browse files
Prefactor -> document LSPSRequestId usage on select_opening_params
1 parent ee0830c commit c60459c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lightning-liquidity/src/lsps2/client.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@ where
150150
/// but MPP can no longer be used to pay it.
151151
///
152152
/// The client agrees to paying an opening fee equal to
153-
/// `max(min_fee_msat, proportional*(payment_size_msat/1_000_000))`.
153+
/// `max(min_fee_msat, proportional * (payment_size_msat / 1_000_000))`.
154+
///
155+
/// Returns the used [`LSPSRequestId`], which will be returned via [`InvoiceParametersReady`].
154156
///
155157
/// [`OpeningParametersReady`]: crate::lsps2::event::LSPS2ClientEvent::OpeningParametersReady
156158
/// [`InvoiceParametersReady`]: crate::lsps2::event::LSPS2ClientEvent::InvoiceParametersReady

0 commit comments

Comments
 (0)