Wrap KeyPair by DerivedSigningPubkey
[rust-lightning] / lightning / src / offers / mod.rs
index 31d8bf9cbdf38e8590ce17fc1937bf8130a5f537..d97632a78cc57dede82c7eacd8d14fa7f465b72f 100644 (file)
@@ -15,7 +15,7 @@
 pub mod invoice;
 pub mod invoice_error;
 pub mod invoice_request;
-mod merkle;
+pub mod merkle;
 pub mod offer;
 pub mod parse;
 mod payer;