Skip to content

Commit d0b802b

Browse files
f: fix documentation on client
1 parent d74652b commit d0b802b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-liquidity/src/lsps2/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ where
152152
/// The client agrees to paying an opening fee equal to
153153
/// `max(min_fee_msat, proportional * (payment_size_msat / 1_000_000))`.
154154
///
155-
/// Returns the used [`LSPSRequestId`], which will be returned via [`InvoiceParametersReady`].
155+
/// Returns the used [`LSPSRequestId`] that was used for the buy request.
156156
///
157157
/// [`OpeningParametersReady`]: crate::lsps2::event::LSPS2ClientEvent::OpeningParametersReady
158158
/// [`InvoiceParametersReady`]: crate::lsps2::event::LSPS2ClientEvent::InvoiceParametersReady

0 commit comments

Comments
 (0)