Move channelmonitor.rs from ln to chain module
[rust-lightning] / lightning / src / ln / chanmon_update_fail_tests.rs
index e99dca78b21052c90dcf15bb7896e76756566286..e6eb9e6a24aadbc5cb08cfc0423201d969333f52 100644 (file)
@@ -12,9 +12,9 @@
 //! There are a bunch of these as their handling is relatively error-prone so they are split out
 //! here. See also the chanmon_fail_consistency fuzz test.
 
+use chain::channelmonitor::ChannelMonitorUpdateErr;
 use chain::transaction::OutPoint;
 use ln::channelmanager::{RAACommitmentOrder, PaymentPreimage, PaymentHash, PaymentSecret, PaymentSendFailure};
-use ln::channelmonitor::ChannelMonitorUpdateErr;
 use ln::features::InitFeatures;
 use ln::msgs;
 use ln::msgs::{ChannelMessageHandler, ErrorAction, RoutingMessageHandler};