Add blanket `Persist`/`Persister` impls for `dyn KVStore + Send + Sync`
[rust-lightning] / lightning / src / util / scid_utils.rs
index d74f18e93bed32943496f20d7d5feb548028ab84..9d943b4d466e5af801607d64f5687e4395588bb9 100644 (file)
@@ -74,7 +74,7 @@ pub(crate) mod fake_scid {
        use bitcoin::blockdata::constants::ChainHash;
        use bitcoin::network::constants::Network;
        use crate::sign::EntropySource;
-       use crate::util::chacha20::ChaCha20;
+       use crate::crypto::chacha20::ChaCha20;
        use crate::util::scid_utils;
 
        use core::convert::TryInto;