Remove unused imports in static_invoice.rs
[rust-lightning] / lightning / src / routing / test_utils.rs
index 9f03b4451eff025665517769934b9a62fd09be47..6337adfb81c09088a653102f7f01bc12c04daedc 100644 (file)
@@ -17,10 +17,11 @@ use bitcoin::blockdata::constants::ChainHash;
 use bitcoin::hashes::sha256d::Hash as Sha256dHash;
 use bitcoin::hashes::Hash;
 use bitcoin::hashes::hex::FromHex;
-use bitcoin::network::constants::Network;
+use bitcoin::network::Network;
 use bitcoin::secp256k1::{PublicKey,SecretKey};
 use bitcoin::secp256k1::{Secp256k1, All};
 
+#[allow(unused)]
 use crate::prelude::*;
 use crate::sync::{self, Arc};