Move the public channel state API into a new module
[rust-lightning] / lightning / src / ln / mod.rs
index 5e2ae44c99810a5ddece06f6b5e028618d5d24c2..888044b7aea144e4d10dec49c4e6e377d5d9664f 100644 (file)
@@ -16,6 +16,7 @@ pub mod functional_test_utils;
 pub mod onion_payment;
 pub mod channelmanager;
 pub mod channel_keys;
+pub mod channel_state;
 pub mod inbound_payment;
 pub mod msgs;
 pub mod peer_handler;