Fix (and DRY) the conditionals before calling `peer_disconnected`
[rust-lightning] / lightning / src / offers / mod.rs
index 2f961a0bb6ef5259deb82e27c784abc8617a52a5..2da6fac08ff929e788af18ad1b8970ad71388730 100644 (file)
 //!
 //! Offers are a flexible protocol for Lightning payments.
 
+pub mod invoice;
+pub mod invoice_request;
+mod merkle;
 pub mod offer;
+pub mod parse;
+mod payer;
+pub mod refund;