Improve logging around redundant force close monitor updates
[rust-lightning] / lightning / src / offers / test_utils.rs
index 43664079dbd55580b224f1926e017525c85c9249..26c0d051223a6c26787055257a187fdfd95f1da7 100644 (file)
@@ -13,11 +13,11 @@ use bitcoin::secp256k1::{KeyPair, Message, PublicKey, Secp256k1, SecretKey};
 use bitcoin::secp256k1::schnorr::Signature;
 use core::convert::Infallible;
 use core::time::Duration;
-use crate::chain::keysinterface::EntropySource;
+use crate::blinded_path::{BlindedHop, BlindedPath};
+use crate::sign::EntropySource;
 use crate::ln::PaymentHash;
 use crate::ln::features::BlindedHopFeatures;
 use crate::offers::invoice::BlindedPayInfo;
-use crate::onion_message::{BlindedHop, BlindedPath};
 
 pub(super) fn payer_keys() -> KeyPair {
        let secp_ctx = Secp256k1::new();