impl `Clone` on various public (mostly BOLT12) types
[rust-lightning] / lightning / src / ln / monitor_tests.rs
index 83d22c4deea35583b54863367c9e75252aae97dc..761d4b5316c69b4a728c60f654733ccf5330ab3b 100644 (file)
@@ -15,7 +15,8 @@ use crate::chain::transaction::OutPoint;
 use crate::chain::chaininterface::{LowerBoundedFeeEstimator, compute_feerate_sat_per_1000_weight};
 use crate::events::bump_transaction::{BumpTransactionEvent, WalletSource};
 use crate::events::{Event, MessageSendEvent, MessageSendEventsProvider, ClosureReason, HTLCDestination};
-use crate::ln::{channel, ChannelId};
+use crate::ln::channel;
+use crate::ln::types::ChannelId;
 use crate::ln::channelmanager::{BREAKDOWN_TIMEOUT, PaymentId, RecipientOnionFields};
 use crate::ln::msgs::ChannelMessageHandler;
 use crate::crypto::utils::sign;