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 {
620
620
. build ( )
621
621
. unwrap ( ) ;
622
622
623
- StaticInvoiceBuilder :: for_offer_using_keys (
623
+ StaticInvoiceBuilder :: for_offer_using_derived_keys (
624
624
& offer,
625
625
payment_paths. clone ( ) ,
626
626
vec ! [ blinded_path( ) ] ,
@@ -960,7 +960,7 @@ mod tests {
960
960
. unwrap ( ) ;
961
961
962
962
const TEST_RELATIVE_EXPIRY : u32 = 3600 ;
963
- let invoice = StaticInvoiceBuilder :: for_offer_using_keys (
963
+ let invoice = StaticInvoiceBuilder :: for_offer_using_derived_keys (
964
964
& offer,
965
965
payment_paths. clone ( ) ,
966
966
vec ! [ blinded_path( ) ] ,
@@ -1000,7 +1000,7 @@ mod tests {
1000
1000
. build ( )
1001
1001
. unwrap ( ) ;
1002
1002
1003
- let invoice = StaticInvoiceBuilder :: for_offer_using_keys (
1003
+ let invoice = StaticInvoiceBuilder :: for_offer_using_derived_keys (
1004
1004
& offer,
1005
1005
payment_paths. clone ( ) ,
1006
1006
vec ! [ blinded_path( ) ] ,
You can’t perform that action at this time.
0 commit comments