File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -620,7 +620,7 @@ mod tests {
620620 . build ( )
621621 . unwrap ( ) ;
622622
623- StaticInvoiceBuilder :: for_offer_using_keys (
623+ StaticInvoiceBuilder :: for_offer_using_derived_keys (
624624 & offer,
625625 payment_paths. clone ( ) ,
626626 vec ! [ blinded_path( ) ] ,
@@ -960,7 +960,7 @@ mod tests {
960960 . unwrap ( ) ;
961961
962962 const TEST_RELATIVE_EXPIRY : u32 = 3600 ;
963- let invoice = StaticInvoiceBuilder :: for_offer_using_keys (
963+ let invoice = StaticInvoiceBuilder :: for_offer_using_derived_keys (
964964 & offer,
965965 payment_paths. clone ( ) ,
966966 vec ! [ blinded_path( ) ] ,
@@ -1000,7 +1000,7 @@ mod tests {
10001000 . build ( )
10011001 . unwrap ( ) ;
10021002
1003- let invoice = StaticInvoiceBuilder :: for_offer_using_keys (
1003+ let invoice = StaticInvoiceBuilder :: for_offer_using_derived_keys (
10041004 & offer,
10051005 payment_paths. clone ( ) ,
10061006 vec ! [ blinded_path( ) ] ,
You can’t perform that action at this time.
0 commit comments