File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -12538,6 +12538,9 @@ where
12538
12538
/// implementing [`DNSResolverMessageHandler`]) directly to look up a URI and then delegate to
12539
12539
/// your normal URI handling.
12540
12540
///
12541
+ /// Alternatively, the [`bitcoin-payment-instructions`] crate provides an implementation of
12542
+ /// much of this logic, and may be useful to decode and resolve payment instructions generally.
12543
+ ///
12541
12544
/// # Payment
12542
12545
///
12543
12546
/// The provided `payment_id` is used to ensure that only one invoice is paid for the request
@@ -12560,9 +12563,9 @@ where
12560
12563
///
12561
12564
/// [BIP 353]: https://github.com/bitcoin/bips/blob/master/bip-0353.mediawiki
12562
12565
/// [bLIP 32]: https://github.com/lightning/blips/blob/master/blip-0032.md
12563
- /// [`Bolt12Invoice::payment_paths`]: crate::offers::invoice::Bolt12Invoice::payment_paths
12564
12566
/// [`OMNameResolver::resolve_name`]: crate::onion_message::dns_resolution::OMNameResolver::resolve_name
12565
12567
/// [`OMNameResolver::handle_dnssec_proof_for_uri`]: crate::onion_message::dns_resolution::OMNameResolver::handle_dnssec_proof_for_uri
12568
+ /// [`bitcoin-payment-instructions`]: https://docs.rs/bitcoin-payment-instructions/
12566
12569
/// [Avoiding Duplicate Payments]: #avoiding-duplicate-payments
12567
12570
/// [`BlindedMessagePath`]: crate::blinded_path::message::BlindedMessagePath
12568
12571
/// [`PaymentFailureReason::UserAbandoned`]: crate::events::PaymentFailureReason::UserAbandoned
You can’t perform that action at this time.
0 commit comments