Move channelmonitor.rs from ln to chain module
[rust-lightning] / lightning / src / ln / onion_route_tests.rs
index f4ad80903e6896704ba09c14cd5d129e5cbc8e06..bf2709cded67badeb799e261e66c324bbf1c3c46 100644 (file)
@@ -11,8 +11,8 @@
 //! These tests work by standing up full nodes and route payments across the network, checking the
 //! returned errors decode to the correct thing.
 
+use chain::channelmonitor::{CLTV_CLAIM_BUFFER, LATENCY_GRACE_PERIOD_BLOCKS};
 use ln::channelmanager::{HTLCForwardInfo, PaymentPreimage, PaymentHash};
-use ln::channelmonitor::{CLTV_CLAIM_BUFFER, LATENCY_GRACE_PERIOD_BLOCKS};
 use ln::onion_utils;
 use routing::router::{Route, get_route};
 use ln::features::InitFeatures;