mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
rustfmt
: Prepare lightning/src/offers/invoice_request.rs
This commit is contained in:
parent
63eda06864
commit
9fc9b88c7f
1 changed files with 2 additions and 0 deletions
|
@ -771,6 +771,7 @@ macro_rules! invoice_request_verify_method { ($self: ident, $self_type: ty) => {
|
||||||
/// [`Bolt12Invoice`] for the request if they could be extracted from the metadata.
|
/// [`Bolt12Invoice`] for the request if they could be extracted from the metadata.
|
||||||
///
|
///
|
||||||
/// [`Bolt12Invoice`]: crate::offers::invoice::Bolt12Invoice
|
/// [`Bolt12Invoice`]: crate::offers::invoice::Bolt12Invoice
|
||||||
|
#[rustfmt::skip]
|
||||||
pub fn verify_using_metadata<
|
pub fn verify_using_metadata<
|
||||||
#[cfg(not(c_bindings))]
|
#[cfg(not(c_bindings))]
|
||||||
T: secp256k1::Signing
|
T: secp256k1::Signing
|
||||||
|
@ -800,6 +801,7 @@ macro_rules! invoice_request_verify_method { ($self: ident, $self_type: ty) => {
|
||||||
/// [`Bolt12Invoice`] for the request if they could be extracted from the metadata.
|
/// [`Bolt12Invoice`] for the request if they could be extracted from the metadata.
|
||||||
///
|
///
|
||||||
/// [`Bolt12Invoice`]: crate::offers::invoice::Bolt12Invoice
|
/// [`Bolt12Invoice`]: crate::offers::invoice::Bolt12Invoice
|
||||||
|
#[rustfmt::skip]
|
||||||
pub fn verify_using_recipient_data<
|
pub fn verify_using_recipient_data<
|
||||||
#[cfg(not(c_bindings))]
|
#[cfg(not(c_bindings))]
|
||||||
T: secp256k1::Signing
|
T: secp256k1::Signing
|
||||||
|
|
Loading…
Add table
Reference in a new issue