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