Skip to content

Commit bf47f4b

Browse files
committed
Mention the bitcoin-payment-instructions crate in docs
1 parent 3d3ff1d commit bf47f4b

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
@@ -11348,7 +11348,8 @@ where
1134811348
/// If the wallet supports paying on-chain schemes, you should instead use
1134911349
/// [`OMNameResolver::resolve_name`] and [`OMNameResolver::handle_dnssec_proof_for_uri`] (by
1135011350
/// implementing [`DNSResolverMessageHandler`]) directly to look up a URI and then delegate to
11351-
/// your normal URI handling.
11351+
/// your normal URI handling. The `bitcoin-payment-instructions` crate provides an
11352+
/// implementation of much of this logic.
1135211353
///
1135311354
/// # Payment
1135411355
///

0 commit comments

Comments
 (0)