Skip to content

Commit 03cb4a1

Browse files
committed
Mention the bitcoin-payment-instructions crate in docs
1 parent b97b58f commit 03cb4a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11384,7 +11384,8 @@ where
1138411384
/// If the wallet supports paying on-chain schemes, you should instead use
1138511385
/// [`OMNameResolver::resolve_name`] and [`OMNameResolver::handle_dnssec_proof_for_uri`] (by
1138611386
/// implementing [`DNSResolverMessageHandler`]) directly to look up a URI and then delegate to
11387-
/// your normal URI handling.
11387+
/// your normal URI handling. The `bitcoin-payment-instructions` crate provides an
11388+
/// implementation of much of this logic.
1138811389
///
1138911390
/// # Payment
1139011391
///

0 commit comments

Comments
 (0)