]> git.bitcoin.ninja Git - rust-lightning/commitdiff
f clearer docs
authorMatt Corallo <git@bluematt.me>
Tue, 8 Oct 2024 18:47:43 +0000 (18:47 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 8 Oct 2024 19:47:54 +0000 (19:47 +0000)
lightning/src/ln/channelmanager.rs

index 6b42f741a684f42610b6f178f01bf880112d4729..bbea176c2d98e271b99aa27117b45bb7a7dddebf 100644 (file)
@@ -9520,7 +9520,7 @@ where
        }
 
        /// Pays for an [`Offer`] looked up using [BIP 353] Human Readable Names resolved by the DNS
-       /// resolver which resolves names according to bLIP 32 at the `dns_resolver` [`Destination`].
+       /// resolver(s) at `dns_resolvers` which resolve names according to bLIP 32.
        ///
        /// If the wallet supports paying on-chain schemes, you should instead use
        /// [`OMNameResolver::resolve_name`] and [`OMNameResolver::handle_dnssec_proof_for_uri`] (by