X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Futil%2Finvoice.rs;h=b6cf452ffc955935a55a3e4cb801c649fb10d915;hb=e4e6e09b672dc929b4d8571975bd923a7a4486be;hp=8c22200b9b2c2fecebfb4276228a91ce97db1274;hpb=fc9a4c22d195a75ad5942eed271757f285452214;p=rust-lightning diff --git a/lightning/src/util/invoice.rs b/lightning/src/util/invoice.rs index 8c22200b..b6cf452f 100644 --- a/lightning/src/util/invoice.rs +++ b/lightning/src/util/invoice.rs @@ -1,6 +1,8 @@ //! Low level invoice utilities. use bitcoin::bech32::{u5, FromBase32}; + +#[allow(unused)] use crate::prelude::*; /// Construct the invoice's HRP and signatureless data into a preimage to be hashed.