]> git.bitcoin.ninja Git - rust-lightning/commit
Export `outbound_payment` structs in their respective modules
authorMatt Corallo <git@bluematt.me>
Thu, 22 Aug 2024 21:09:33 +0000 (21:09 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 14 Oct 2024 19:15:11 +0000 (19:15 +0000)
commit74030c913062dba7fd7f41ac9492c0f8b9d572e2
treed26bfba6d2bb9d34e4b205c7487d68db56a051ed
parentc4de4c337d86a58e08391038a78f4a0ff3d7fca6
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.
fuzz/src/chanmon_consistency.rs
fuzz/src/full_stack.rs
lightning/src/ln/bolt11_payment.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/invoice_utils.rs
lightning/src/ln/mod.rs