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