Move events.rs into its own top-level module
[rust-lightning] / lightning / src / onion_message / utils.rs
index a95e2ea85652f42ccbe017acdd151b2718dae22d..ae9e0a7f6fee3e23b27c1aa9b1c63c51d1ea26cf 100644 (file)
@@ -16,7 +16,7 @@ use bitcoin::secp256k1::{self, PublicKey, Secp256k1, SecretKey, Scalar};
 use bitcoin::secp256k1::ecdh::SharedSecret;
 
 use crate::ln::onion_utils;
-use super::blinded_route::BlindedPath;
+use super::blinded_path::BlindedPath;
 use super::messenger::Destination;
 
 use crate::prelude::*;