Wrap KeyPair by DerivedSigningPubkey
[rust-lightning] / lightning / src / offers / mod.rs
index 0fb20f42d79e61b394cf46b59e6794e7b42a76fe..d97632a78cc57dede82c7eacd8d14fa7f465b72f 100644 (file)
@@ -13,8 +13,9 @@
 //! Offers are a flexible protocol for Lightning payments.
 
 pub mod invoice;
+pub mod invoice_error;
 pub mod invoice_request;
-mod merkle;
+pub mod merkle;
 pub mod offer;
 pub mod parse;
 mod payer;