Move keysinterface.rs to a directory-level module called sign.
[rust-lightning] / lightning / src / blinded_path / mod.rs
index 2cd03b8b8f90e9fc1cd2068c61d4ce3cb8506ddf..97d3a408cdb083603cbebca15fa40f0dda3dd1f0 100644 (file)
@@ -15,7 +15,7 @@ use bitcoin::hashes::{Hash, HashEngine};
 use bitcoin::hashes::sha256::Hash as Sha256;
 use bitcoin::secp256k1::{self, PublicKey, Scalar, Secp256k1, SecretKey};
 
-use crate::chain::keysinterface::{EntropySource, NodeSigner, Recipient};
+use crate::sign::{EntropySource, NodeSigner, Recipient};
 use crate::onion_message::ControlTlvs;
 use crate::ln::msgs::DecodeError;
 use crate::ln::onion_utils;