Move channelmonitor.rs from ln to chain module
[rust-lightning] / lightning / src / ln / functional_test_utils.rs
index aad56ff3cb4953e6b8c2610659748c466dcef81a..4c3db606d9f96b56c773898268aab74279e9390e 100644 (file)
@@ -11,9 +11,9 @@
 //! nodes for functional tests.
 
 use chain::Watch;
+use chain::channelmonitor::ChannelMonitor;
 use chain::transaction::OutPoint;
 use ln::channelmanager::{ChannelManager, ChannelManagerReadArgs, RAACommitmentOrder, PaymentPreimage, PaymentHash, PaymentSecret, PaymentSendFailure};
-use ln::channelmonitor::ChannelMonitor;
 use routing::router::{Route, get_route};
 use routing::network_graph::{NetGraphMsgHandler, NetworkGraph};
 use ln::features::InitFeatures;