Move inbound_payment module into its own file
authorValentine Wallace <vwallace@protonmail.com>
Thu, 24 Mar 2022 18:57:15 +0000 (14:57 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Mon, 28 Mar 2022 20:04:37 +0000 (16:04 -0400)
commit847f26013f0e2904f761bd7a3231540f30824039
tree3c7a48c8ea5192fb369ba50e36d606d743f9eb70
parent4455143525fc1269e75002e3a9d757db0cd8ba99
Move inbound_payment module into its own file

As part of preparing to expose some of its methods as pub for ChannelManager-less
phantom invoice generation.

Pure code move of the module + the addition of module-level documentation
lightning/src/ln/channelmanager.rs
lightning/src/ln/inbound_payment.rs [new file with mode: 0644]
lightning/src/ln/mod.rs