Offer parsing from bech32 strings
[rust-lightning] / lightning / src / offers / mod.rs
index 2f961a0bb6ef5259deb82e27c784abc8617a52a5..273650285c6e4b9f084d1ed5bb260dafdadd8562 100644 (file)
@@ -13,3 +13,4 @@
 //! Offers are a flexible protocol for Lightning payments.
 
 pub mod offer;
+pub mod parse;