Merge pull request #2677 from Evanfeenstra/public-onion-utils
[rust-lightning] / lightning / src / util / invoice.rs
index 0612ff73cf350933afa3906aa75f75a120d7900a..8c22200b9b2c2fecebfb4276228a91ce97db1274 100644 (file)
@@ -1,7 +1,7 @@
 //! Low level invoice utilities.
 
 use bitcoin::bech32::{u5, FromBase32};
-use prelude::*;
+use crate::prelude::*;
 
 /// Construct the invoice's HRP and signatureless data into a preimage to be hashed.
 pub fn construct_invoice_preimage(hrp_bytes: &[u8], data_without_signature: &[u5]) -> Vec<u8> {