Merge pull request #3045 from TheBlueMatt/2024-03-fees-are-dust
[rust-lightning] / lightning / src / chain / mod.rs
index 1fb30a9aeb5f9375b4e1ecdac2950aea62a9ab37..a8afc7a1acbda8310ad7fb2d6744bca9974465f9 100644 (file)
@@ -17,7 +17,7 @@ use bitcoin::network::constants::Network;
 use bitcoin::secp256k1::PublicKey;
 
 use crate::chain::channelmonitor::{ChannelMonitor, ChannelMonitorUpdate, MonitorEvent};
-use crate::ln::ChannelId;
+use crate::ln::types::ChannelId;
 use crate::sign::ecdsa::WriteableEcdsaChannelSigner;
 use crate::chain::transaction::{OutPoint, TransactionData};
 use crate::impl_writeable_tlv_based;