]> git.bitcoin.ninja Git - rust-lightning/commit
outbound_payment: set max path length in PaymentParameters.
authorValentine Wallace <vwallace@protonmail.com>
Mon, 15 Apr 2024 20:31:29 +0000 (16:31 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Mon, 20 May 2024 22:57:13 +0000 (18:57 -0400)
commitf0b5c582013903e4b1da61896528fb2972e84365
tree017157ef7214f212a3f839da0096695096295723
parentc6de5e192d3bf48dc4fea002e157938ad18cae56
outbound_payment: set max path length in PaymentParameters.

So the router knows how long the maximum payment path can be.
lightning/src/ln/blinded_payment_tests.rs
lightning/src/ln/onion_utils.rs
lightning/src/ln/outbound_payment.rs