Builder for creating static invoices from offers
[rust-lightning] / lightning / src / util / invoice.rs
index 8c22200b9b2c2fecebfb4276228a91ce97db1274..4a4baa45267673b3abddac845918c52a64a2dcde 100644 (file)
@@ -1,6 +1,8 @@
 //! Low level invoice utilities.
 
-use bitcoin::bech32::{u5, FromBase32};
+use bech32::{u5, FromBase32};
+
+#[allow(unused)]
 use crate::prelude::*;
 
 /// Construct the invoice's HRP and signatureless data into a preimage to be hashed.