Implement struct wrappers for channel key types to avoid confusion.
[rust-lightning] / lightning / src / ln / mod.rs
index f9d364ed0db848b746ae65266f68df83d8264e82..fb809041af5a491e91efc612880a0ad128676ab9 100644 (file)
@@ -14,6 +14,7 @@
 pub mod functional_test_utils;
 
 pub mod channelmanager;
+pub mod channel_keys;
 pub mod inbound_payment;
 pub mod msgs;
 pub mod peer_handler;