Move features into a separate module out of msgs.
[rust-lightning] / lightning / src / ln / channelmanager.rs
index 632800b2cd8db29217c3aa5eb98ed8ce66e3f429..698d463e5f6dea2f0158f4030d1908132dcad9b5 100644 (file)
@@ -30,8 +30,8 @@ use chain::transaction::OutPoint;
 use ln::channel::{Channel, ChannelError};
 use ln::channelmonitor::{ChannelMonitor, ChannelMonitorUpdateErr, ManyChannelMonitor, CLTV_CLAIM_BUFFER, LATENCY_GRACE_PERIOD_BLOCKS, ANTI_REORG_DELAY};
 use ln::router::Route;
+use ln::features::InitFeatures;
 use ln::msgs;
-use ln::msgs::InitFeatures;
 use ln::onion_utils;
 use ln::msgs::{ChannelMessageHandler, DecodeError, LightningError};
 use chain::keysinterface::{ChannelKeys, KeysInterface};