File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ macro_rules! offer_accessors { ($self: ident, $contents: expr) => {
366
366
/// The chains that may be used when paying a requested invoice (e.g., bitcoin mainnet).
367
367
/// Payments must be denominated in units of the minimal lightning-payable unit (e.g., msats)
368
368
/// for the selected chain.
369
- pub fn chains( & $self) -> Vec <$crate :: bitcoin:: blockdata:: constants:: ChainHash > {
369
+ pub fn chains( & $self) -> Vec <bitcoin:: blockdata:: constants:: ChainHash > {
370
370
$contents. chains( )
371
371
}
372
372
@@ -418,7 +418,7 @@ macro_rules! offer_accessors { ($self: ident, $contents: expr) => {
418
418
}
419
419
420
420
/// The public key used by the recipient to sign invoices.
421
- pub fn signing_pubkey( & $self) -> $crate :: bitcoin:: secp256k1:: PublicKey {
421
+ pub fn signing_pubkey( & $self) -> bitcoin:: secp256k1:: PublicKey {
422
422
$contents. signing_pubkey( )
423
423
}
424
424
} }
You can’t perform that action at this time.
0 commit comments