From 284c5268916326f617bbddff21a07fc7ea5f6563 Mon Sep 17 00:00:00 2001
From: Jeffrey Czyz <jkczyz@gmail.com>
Date: Wed, 28 Sep 2022 15:32:25 -0500
Subject: [PATCH] f - expand OfferBuilder::path docs

---
 lightning/src/offers/offer.rs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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.
-- 
2.39.5