From: Jeffrey Czyz Date: Thu, 29 Feb 2024 21:44:57 +0000 (-0600) Subject: Update pay_for_offer docs about unsupported chains X-Git-Tag: v0.0.123-beta~44^2~1 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=ad91fcd510d7620df438a4cf59f7ed7b080adb19;p=rust-lightning Update pay_for_offer docs about unsupported chains --- 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. ///