]> git.bitcoin.ninja Git - rust-lightning/commit
Remove unused payment_hash param from Router::find_route
authorValentine Wallace <vwallace@protonmail.com>
Tue, 25 Oct 2022 00:17:03 +0000 (20:17 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Thu, 27 Oct 2022 22:02:12 +0000 (18:02 -0400)
commitdc7f65f703301f2125c1dd1e656272e5d0005b40
tree35708ccb9634d97f3f423ac4feeae0d404947f89
parent59e24bd176de5ad4610c0a856336afb6ea92bf78
Remove unused payment_hash param from Router::find_route

This helps prepare for moving the Router trait into ChannelManager, which will
help allow ChannelManager to retrieve routes for trampoline
lightning-invoice/src/payment.rs
lightning-invoice/src/utils.rs