Implement writeable for APIError
[rust-lightning] / lightning / src / ln / mod.rs
index bdf3e8029ab66c818c1c9f760addab4bc4fdd0e1..bc28063145c84117ce44a0baf4391bd63472d66a 100644 (file)
@@ -44,6 +44,7 @@ pub mod channel;
 pub(crate) mod channel;
 
 pub(crate) mod onion_utils;
+mod outbound_payment;
 pub mod wire;
 
 // Older rustc (which we support) refuses to let us call the get_payment_preimage_hash!() macro