Merge pull request #1894 from ssbright/2022-12-custom_payment_hash
[rust-lightning] / lightning / src / offers / mod.rs
index 2f961a0bb6ef5259deb82e27c784abc8617a52a5..be0eb2da522c3f260bec2db2b370ed6a3bf2711c 100644 (file)
@@ -12,4 +12,8 @@
 //!
 //! Offers are a flexible protocol for Lightning payments.
 
+pub mod invoice_request;
+mod merkle;
 pub mod offer;
+pub mod parse;
+mod payer;