Builder for creating static invoices from offers
[rust-lightning] / lightning / src / ln / offers_tests.rs
index 016afd32a09c209c8c2b81eb2ef2def3f3205417..eedd82c569be4acdb1c0d50390db02c7819e5b18 100644 (file)
@@ -40,7 +40,7 @@
 //! Nodes without channels are disconnected and connected as needed to ensure that deterministic
 //! blinded paths are used.
 
-use bitcoin::network::constants::Network;
+use bitcoin::network::Network;
 use bitcoin::secp256k1::PublicKey;
 use core::time::Duration;
 use crate::blinded_path::{BlindedPath, IntroductionNode};