We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bitcoin-payment-instructions
1 parent 41ba03b commit befb3f2Copy full SHA for befb3f2
lightning/src/ln/channelmanager.rs
@@ -11348,7 +11348,8 @@ where
11348
/// If the wallet supports paying on-chain schemes, you should instead use
11349
/// [`OMNameResolver::resolve_name`] and [`OMNameResolver::handle_dnssec_proof_for_uri`] (by
11350
/// implementing [`DNSResolverMessageHandler`]) directly to look up a URI and then delegate to
11351
- /// your normal URI handling.
+ /// your normal URI handling. The `bitcoin-payment-instructions` crate provides an
11352
+ /// implementation of much of this logic.
11353
///
11354
/// # Payment
11355
0 commit comments