@@ -447,7 +447,8 @@ impl OutboundPayments {
447447 & self , route : & Route , payment_hash : PaymentHash , payment_secret : & Option < PaymentSecret > ,
448448 keysend_preimage : Option < PaymentPreimage > , payment_id : PaymentId , recv_value_msat : Option < u64 > ,
449449 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 >
451452 where
452453 K :: Target : KeysInterface ,
453454 F : Fn ( & Vec < RouteHop > , & Option < PaymentParameters > , & PaymentHash , & Option < PaymentSecret > , u64 ,
@@ -556,7 +557,8 @@ impl OutboundPayments {
556557 & self , route : & Route , payment_hash : PaymentHash , payment_secret : & Option < PaymentSecret > ,
557558 keysend_preimage : Option < PaymentPreimage > , payment_id : PaymentId , recv_value_msat : Option < u64 > ,
558559 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 >
560562 where
561563 K :: Target : KeysInterface ,
562564 F : Fn ( & Vec < RouteHop > , & Option < PaymentParameters > , & PaymentHash , & Option < PaymentSecret > , u64 ,
0 commit comments