Skip to content

Commit 086c71f

Browse files
f rename
1 parent be73f30 commit 086c71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9594,7 +9594,7 @@ where
95949594
/// created via [`Self::create_async_receive_offer_builder`]. If `relative_expiry` is unset, the
95959595
/// invoice's expiry will default to [`STATIC_INVOICE_DEFAULT_RELATIVE_EXPIRY`].
95969596
#[cfg(async_payments)]
9597-
pub fn create_static_invoice_builder_for_async_receive_offer<'a>(
9597+
pub fn create_static_invoice_builder<'a>(
95989598
&self, offer: &'a Offer, offer_nonce: Nonce, relative_expiry: Option<Duration>
95999599
) -> Result<StaticInvoiceBuilder<'a>, Bolt12SemanticError> {
96009600
let expanded_key = &self.inbound_payment_key;

0 commit comments

Comments
 (0)