]> 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>
Tue, 3 Sep 2024 14:00:23 +0000 (14:00 +0000)
commit212e4a5ab6069563ef5d31555d1e2f478fe8af6f
tree58df56e093da1ab5ad1ca297c15b9da740257d93
parent0f1e819268bc202ec69711d7e70d20197aa0f8e6
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