We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d340f commit 5ccd8c7Copy full SHA for 5ccd8c7
lightning/src/offers/offer.rs
@@ -149,8 +149,8 @@ impl OfferBuilder {
149
self
150
}
151
152
- /// Adds a blinded path to [`Offer::paths`]. Must include one path if only connected by private
153
- /// channels.
+ /// Adds a blinded path to [`Offer::paths`]. Must include at least one path if only connected by
+ /// private channels.
154
///
155
/// Successive calls to this method will add another blinded path. Caller is responsible for not
156
/// adding duplicate paths.
0 commit comments