Skip to content

Commit

Permalink
f - reword sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
jkczyz committed Mar 22, 2024
1 parent c1ae0fc commit 7a99f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lightning/src/ln/channelmanager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1492,8 +1492,8 @@ where
/// [`Bolt12Invoice`], which must first be requested by the payer. The interchange of these messages
/// as defined in the specification is handled by [`ChannelManager`] and its implementation of
/// [`OffersMessageHandler`]. However, this only works with an [`Offer`] created using a builder
/// returned by [`create_offer_builder`]. With this approach, offers are stateless just as they are
/// with BOLT 11 invoices.
/// returned by [`create_offer_builder`]. With this approach, BOLT 12 offers and invoices are
/// stateless just as BOLT 11 invoices are.
///
/// ```
/// # use lightning::events::{Event, EventsProvider, PaymentPurpose};
Expand Down

0 comments on commit 7a99f6b

Please sign in to comment.