Skip to content

Commit 0e7fd4c

Browse files
committed
f - fix docs
1 parent 1ed0619 commit 0e7fd4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7144,8 +7144,8 @@ where
71447144
/// [`Bolt12Invoice`] once it is received.
71457145
///
71467146
/// Uses [`InvoiceRequestBuilder`] such that the [`InvoiceRequest`] it builds is recognized by
7147-
/// the [`ChannelManager`] when handling a [`Bolt12Invoice`] message for the request. The
7148-
/// optional parameters are used in the builder, if `Some`:
7147+
/// the [`ChannelManager`] when handling a [`Bolt12Invoice`] message in response to the request.
7148+
/// The optional parameters are used in the builder, if `Some`:
71497149
/// - `quantity` for [`InvoiceRequest::quantity`] which must be set if
71507150
/// [`Offer::expects_quantity`] is `true`.
71517151
/// - `amount_msats` if overpaying what is required for the given `quantity` is desired, and

0 commit comments

Comments
 (0)