From ad91fcd510d7620df438a4cf59f7ed7b080adb19 Mon Sep 17 00:00:00 2001 From: Jeffrey Czyz Date: Thu, 29 Feb 2024 15:44:57 -0600 Subject: [PATCH] Update pay_for_offer docs about unsupported chains --- lightning/src/ln/channelmanager.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/lightning/src/ln/channelmanager.rs b/lightning/src/ln/channelmanager.rs index 8dfd0c8f..02aa5efc 100644 --- a/lightning/src/ln/channelmanager.rs +++ b/lightning/src/ln/channelmanager.rs @@ -7830,6 +7830,7 @@ where /// Errors if: /// - a duplicate `payment_id` is provided given the caveats in the aforementioned link, /// - the provided parameters are invalid for the offer, + /// - the offer is for an unsupported chain, or /// - the parameterized [`Router`] is unable to create a blinded reply path for the invoice /// request. /// -- 2.30.2