Skip to content

Commit 3c999b9

Browse files
committed
f - reword docs
1 parent 84242d6 commit 3c999b9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lightning/src/offers/offer.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99

1010
//! Data structures and encoding for `offer` messages.
1111
//!
12-
//! An [`Offer`] is built by the merchant for the user-pays-merchants flow and may be parsed from a
13-
//! string by the user, typically after being scanned from a QR code.
12+
//! An [`Offer`] represents an "offer to be paid". It is typically constructed by a merchant and
13+
//! published as a QR code to be scanned by a customer. The customer uses the offer to request an
14+
//! invoice from the merchant to be paid.
1415
//!
1516
//! ```
1617
//! extern crate bitcoin;
@@ -68,7 +69,7 @@ use prelude::*;
6869
#[cfg(feature = "std")]
6970
use std::time::SystemTime;
7071

71-
/// Builds an [`Offer`] for the user-pays-merchant flow.
72+
/// Builds an [`Offer`] for the "offer to be paid" flow.
7273
///
7374
/// See [module-level documentation] for usage.
7475
///

0 commit comments

Comments
 (0)