Correct `outbound_payment` route-fetch calls to pass the hash + ID
[rust-lightning] / lightning / src / lib.rs
index 71f82ed01340bbeb85546aa435a22e81c9381e4d..b1d14e863a0b2413c60f060e516b2c2f56ec1896 100644 (file)
@@ -78,7 +78,7 @@ extern crate core;
 pub mod util;
 pub mod chain;
 pub mod ln;
-pub mod offers;
+pub(crate) mod offers;
 pub mod routing;
 pub mod onion_message;