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 @@ -12508,6 +12508,9 @@ where
12508
12508
/// implementing [`DNSResolverMessageHandler`]) directly to look up a URI and then delegate to
12509
12509
/// your normal URI handling.
12510
12510
///
12511
+ /// Alternatively, the [`bitcoin-payment-instructions`] crate provides an implementation of
12512
+ /// much of this logic, and may be useful to decode and resolve payment instructions generally.
12513
+ ///
12511
12514
/// # Payment
12512
12515
///
12513
12516
/// The provided `payment_id` is used to ensure that only one invoice is paid for the request
@@ -12530,9 +12533,9 @@ where
12530
12533
///
12531
12534
/// [BIP 353]: https://github.com/bitcoin/bips/blob/master/bip-0353.mediawiki
12532
12535
/// [bLIP 32]: https://github.com/lightning/blips/blob/master/blip-0032.md
12533
- /// [`Bolt12Invoice::payment_paths`]: crate::offers::invoice::Bolt12Invoice::payment_paths
12534
12536
/// [`OMNameResolver::resolve_name`]: crate::onion_message::dns_resolution::OMNameResolver::resolve_name
12535
12537
/// [`OMNameResolver::handle_dnssec_proof_for_uri`]: crate::onion_message::dns_resolution::OMNameResolver::handle_dnssec_proof_for_uri
12538
+ /// [`bitcoin-payment-instructions`]: https://docs.rs/bitcoin-payment-instructions/
12536
12539
/// [Avoiding Duplicate Payments]: #avoiding-duplicate-payments
12537
12540
/// [`BlindedMessagePath`]: crate::blinded_path::message::BlindedMessagePath
12538
12541
/// [`PaymentFailureReason::UserAbandoned`]: crate::events::PaymentFailureReason::UserAbandoned
You can’t perform that action at this time.
0 commit comments