Merge pull request #2996 from shaavan/issue2882.2
[rust-lightning] / lightning / src / ln / payment_tests.rs
index fdc44dee7b83b8140c6c2280e007058f38cb2c42..60823845efb6908daa205214542f18d6701367f1 100644 (file)
@@ -34,7 +34,7 @@ use crate::util::string::UntrustedString;
 
 use bitcoin::hashes::Hash;
 use bitcoin::hashes::sha256::Hash as Sha256;
-use bitcoin::network::constants::Network;
+use bitcoin::network::Network;
 use bitcoin::secp256k1::{Secp256k1, SecretKey};
 
 use crate::prelude::*;