Actually hold the total_consistency_lock instead of take-and-drop
[rust-lightning] / lightning / src / ln / functional_test_utils.rs
index 7f8094331eff295e941c3ca73b97a41bbf5248e7..4c3db606d9f96b56c773898268aab74279e9390e 100644 (file)
@@ -11,7 +11,7 @@
 //! nodes for functional tests.
 
 use chain::Watch;
-use chain::chainmonitor::ChannelMonitor;
+use chain::channelmonitor::ChannelMonitor;
 use chain::transaction::OutPoint;
 use ln::channelmanager::{ChannelManager, ChannelManagerReadArgs, RAACommitmentOrder, PaymentPreimage, PaymentHash, PaymentSecret, PaymentSendFailure};
 use routing::router::{Route, get_route};