File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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" ) ]
6970use 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///
You can’t perform that action at this time.
0 commit comments