]> git.bitcoin.ninja Git - rust-lightning/commit
Move PendingOutboundPayment to new outbound_payment module
authorValentine Wallace <vwallace@protonmail.com>
Fri, 16 Dec 2022 20:32:52 +0000 (15:32 -0500)
committerValentine Wallace <vwallace@protonmail.com>
Mon, 19 Dec 2022 19:09:59 +0000 (14:09 -0500)
commit070832643f9a38c966116d75b41b422a3f1a5012
tree72925011392406f5b77bef773492403dd9a6e9e9
parent56afbf50642db5325cbbf1ccd50ff985ea44d77b
Move PendingOutboundPayment to new outbound_payment module

We want to move all outbound payment-related things to this new module, to help
break up ChannelManager so future payment retries work doesn't increase the
size of ChannelManager.
lightning/src/ln/channelmanager.rs
lightning/src/ln/mod.rs
lightning/src/ln/outbound_payment.rs [new file with mode: 0644]