Skip to content

Commit 7a99f6b

Browse files
committed
f - reword sentence
1 parent c1ae0fc commit 7a99f6b

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
@@ -1492,8 +1492,8 @@ where
14921492
/// [`Bolt12Invoice`], which must first be requested by the payer. The interchange of these messages
14931493
/// as defined in the specification is handled by [`ChannelManager`] and its implementation of
14941494
/// [`OffersMessageHandler`]. However, this only works with an [`Offer`] created using a builder
1495-
/// returned by [`create_offer_builder`]. With this approach, offers are stateless just as they are
1496-
/// with BOLT 11 invoices.
1495+
/// returned by [`create_offer_builder`]. With this approach, BOLT 12 offers and invoices are
1496+
/// stateless just as BOLT 11 invoices are.
14971497
///
14981498
/// ```
14991499
/// # use lightning::events::{Event, EventsProvider, PaymentPurpose};

0 commit comments

Comments
 (0)