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) => {
366366 /// The chains that may be used when paying a requested invoice (e.g., bitcoin mainnet).
367367 /// Payments must be denominated in units of the minimal lightning-payable unit (e.g., msats)
368368 /// 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 > {
370370 $contents. chains( )
371371 }
372372
@@ -418,7 +418,7 @@ macro_rules! offer_accessors { ($self: ident, $contents: expr) => {
418418 }
419419
420420 /// 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 {
422422 $contents. signing_pubkey( )
423423 }
424424} }
You can’t perform that action at this time.
0 commit comments