Skip to content

Commit c25dfaf

Browse files
authored
Merge pull request #3520 from jkczyz/2025-01-bindings-payment-paths
Support `Bolt12Invoice::payment_paths` in bindings
2 parents cb5bf96 + 93d00b3 commit c25dfaf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lightning/src/offers/invoice_macros.rs

-3
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@ macro_rules! invoice_accessors_common { ($self: ident, $contents: expr, $invoice
109109
/// Blinded paths provide recipient privacy by obfuscating its node id. Note, however, that this
110110
/// privacy is lost if a public node id is used for
111111
#[doc = concat!("[`", stringify!($invoice_type), "::signing_pubkey`].")]
112-
///
113-
/// This is not exported to bindings users as slices with non-reference types cannot be ABI
114-
/// matched in another language.
115112
pub fn payment_paths(&$self) -> &[BlindedPaymentPath] {
116113
$contents.payment_paths()
117114
}

0 commit comments

Comments
 (0)