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 b97b58f commit 03cb4a1Copy full SHA for 03cb4a1
lightning/src/ln/channelmanager.rs
@@ -11384,7 +11384,8 @@ where
11384
/// If the wallet supports paying on-chain schemes, you should instead use
11385
/// [`OMNameResolver::resolve_name`] and [`OMNameResolver::handle_dnssec_proof_for_uri`] (by
11386
/// implementing [`DNSResolverMessageHandler`]) directly to look up a URI and then delegate to
11387
- /// your normal URI handling.
+ /// your normal URI handling. The `bitcoin-payment-instructions` crate provides an
11388
+ /// implementation of much of this logic.
11389
///
11390
/// # Payment
11391
0 commit comments