]> git.bitcoin.ninja Git - rust-lightning/commit
Add max path length knob to PaymentParameters.
authorValentine Wallace <vwallace@protonmail.com>
Fri, 10 Nov 2023 22:03:15 +0000 (17:03 -0500)
committerValentine Wallace <vwallace@protonmail.com>
Mon, 20 May 2024 22:57:07 +0000 (18:57 -0400)
commit7f7f375240794dbabab8663eef84e6fecfa69c37
treed9bcbf9c098c727b88a07e5da5ca025b7b8c9fb1
parentbcdb67e5602c3c0d6a94893ea1681456061f4474
Add max path length knob to PaymentParameters.

Will be used so the outbound_payment module can calculate the maximum path
length with knowledge of any custom TLVs or payment metadata present.
lightning/src/routing/router.rs