]> git.bitcoin.ninja Git - rust-lightning/commit
Move InvoicePayer's Router into ChannelManager
authorValentine Wallace <vwallace@protonmail.com>
Thu, 27 Oct 2022 22:00:23 +0000 (18:00 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Thu, 3 Nov 2022 20:22:40 +0000 (16:22 -0400)
commit9d3324968c175661ae2d11c5c754688978f2fb7f
tree5d9384402a410ae6ebfcd7f686528cb54881ddc2
parent1840cae32150be8f18c11186995b76acc3172651
Move InvoicePayer's Router into ChannelManager

This helps prepare to parameterize ChannelManager with a Router, to eventually
use in trampoline payments.
lightning-invoice/src/payment.rs
lightning-invoice/src/utils.rs
lightning/src/routing/router.rs