Skip to content

Commit ccbd050

Browse files
f rename to for_offer_using_derived_keys
1 parent 30965e6 commit ccbd050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/offers/static_invoice.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ impl<'a> StaticInvoiceBuilder<'a> {
9797
///
9898
/// Unless [`StaticInvoiceBuilder::relative_expiry`] is set, the invoice will expire 24 hours
9999
/// after `created_at`.
100-
pub fn for_offer_using_keys<T: secp256k1::Signing>(
100+
pub fn for_offer_using_derived_keys<T: secp256k1::Signing>(
101101
offer: &'a Offer, payment_paths: Vec<(BlindedPayInfo, BlindedPath)>,
102102
message_paths: Vec<BlindedPath>, created_at: Duration, expanded_key: &ExpandedKey,
103103
secp_ctx: &Secp256k1<T>,

0 commit comments

Comments
 (0)