Move send_payment_along_path to take args as struct
authorValentine Wallace <vwallace@protonmail.com>
Thu, 22 Jun 2023 19:40:24 +0000 (15:40 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Thu, 22 Jun 2023 19:49:20 +0000 (15:49 -0400)
commit80f904c5ebdd74f81eed4f853ed136ef5a751bbe
tree5b1affdb4cd53cb2a25c5d21ef4a4ec43ab09316
parent15b1c9b83715ed98fa8c538195d13d44967031fb
Move send_payment_along_path to take args as struct

Cleans up and paves the way for additional arguments to be added more easily,
specifically an update_add_htlc's blinding point.
lightning/src/ln/channelmanager.rs
lightning/src/ln/outbound_payment.rs