Merkle root hash computation
[rust-lightning] / lightning / src / offers / mod.rs
index a58903f70dccf9dfecda34f1a973419167221f84..be0eb2da522c3f260bec2db2b370ed6a3bf2711c 100644 (file)
@@ -13,6 +13,7 @@
 //! Offers are a flexible protocol for Lightning payments.
 
 pub mod invoice_request;
+mod merkle;
 pub mod offer;
 pub mod parse;
 mod payer;