From: Jeffrey Czyz Date: Wed, 28 Sep 2022 20:32:25 +0000 (-0500) Subject: f - expand OfferBuilder::path docs X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=284c5268916326f617bbddff21a07fc7ea5f6563;p=rust-lightning f - expand OfferBuilder::path docs --- diff --git a/lightning/src/offers/offer.rs b/lightning/src/offers/offer.rs index a5a0e6f5c..b5efd6be5 100644 --- a/lightning/src/offers/offer.rs +++ b/lightning/src/offers/offer.rs @@ -150,7 +150,8 @@ impl OfferBuilder { self } - /// Adds a blinded path to [`Offer::paths`]. + /// Adds a blinded path to [`Offer::paths`]. Must include one path if only connected by private + /// channels. /// /// Successive calls to this method will add another blinded path. Caller is responsible for not /// adding duplicate paths.