]> git.bitcoin.ninja Git - rust-lightning/commit
Export `outbound_payment` structs in their respective modules
authorMatt Corallo <git@bluematt.me>
Tue, 28 Feb 2023 21:45:14 +0000 (21:45 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 4 Mar 2023 02:18:58 +0000 (02:18 +0000)
commitb8ef84dda9862b08b7a9fd62402e314d28edde1b
tree871e39932df412c186c48ae017c1f04d7d37dba3
parentb1024b1b9308a88fe1174c53692900ebb2cd6d15
Export `outbound_payment` structs in their respective modules

Re-exports in Rust make `use` statements a little shorter, but for
otherwise don't materially change a crate's API. Sadly, the C
bindings generator currently can't figure out re-exports, but it
also exports everything into one global namespace, so it doesn't
matter much anyway.
lightning-invoice/src/payment.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/functional_test_utils.rs
lightning/src/ln/mod.rs