Merge pull request #3035 from TheBlueMatt/2024-04-upstream-123-bindings
[rust-lightning] / lightning / src / util / test_utils.rs
index 95bc2a7c661982ea9062497f1647af434111dcd6..6b4d2acd4d993263674d0f987a6b53bf62276609 100644 (file)
@@ -24,7 +24,7 @@ use crate::routing::router::{CandidateRouteHop, FirstHopCandidate, PublicHopCand
 use crate::sign;
 use crate::events;
 use crate::events::bump_transaction::{WalletSource, Utxo};
-use crate::ln::ChannelId;
+use crate::ln::types::ChannelId;
 use crate::ln::channelmanager::{ChannelDetails, self};
 #[cfg(test)]
 use crate::ln::chan_utils::CommitmentTransaction;