@@ -447,7 +447,8 @@ impl OutboundPayments {
447
447
& self , route : & Route , payment_hash : PaymentHash , payment_secret : & Option < PaymentSecret > ,
448
448
keysend_preimage : Option < PaymentPreimage > , payment_id : PaymentId , recv_value_msat : Option < u64 > ,
449
449
onion_session_privs : Vec < [ u8 ; 32 ] > , keys_manager : & K , best_block_height : u32 ,
450
- send_payment_along_path : F ) -> Result < ( ) , PaymentSendFailure >
450
+ send_payment_along_path : F
451
+ ) -> Result < ( ) , PaymentSendFailure >
451
452
where
452
453
K :: Target : KeysInterface ,
453
454
F : Fn ( & Vec < RouteHop > , & Option < PaymentParameters > , & PaymentHash , & Option < PaymentSecret > , u64 ,
@@ -556,7 +557,8 @@ impl OutboundPayments {
556
557
& self , route : & Route , payment_hash : PaymentHash , payment_secret : & Option < PaymentSecret > ,
557
558
keysend_preimage : Option < PaymentPreimage > , payment_id : PaymentId , recv_value_msat : Option < u64 > ,
558
559
onion_session_privs : Vec < [ u8 ; 32 ] > , keys_manager : & K , best_block_height : u32 ,
559
- send_payment_along_path : F ) -> Result < ( ) , PaymentSendFailure >
560
+ send_payment_along_path : F
561
+ ) -> Result < ( ) , PaymentSendFailure >
560
562
where
561
563
K :: Target : KeysInterface ,
562
564
F : Fn ( & Vec < RouteHop > , & Option < PaymentParameters > , & PaymentHash , & Option < PaymentSecret > , u64 ,
0 commit comments