Correctly fail back downstream-failed blinded HTLCs as intro
[rust-lightning] / lightning / src / ln / mod.rs
index f9d364ed0db848b746ae65266f68df83d8264e82..827d77419892ac7c9c0ba8a1a90bd09d1ee6ccd5 100644 (file)
@@ -13,7 +13,9 @@
 #[macro_use]
 pub mod functional_test_utils;
 
+pub mod onion_payment;
 pub mod channelmanager;
+pub mod channel_keys;
 pub mod inbound_payment;
 pub mod msgs;
 pub mod peer_handler;