Skip to content

Commit f5c0dba

Browse files
committed
Make the offers module non-public
As the `offers` types in LDK are currently only practically useful for VLS users, there's no need to rush to get them included in bindings, and sadly some tweaks to the bindings generator are required for them. For now, its simpler to just make them non-public.
1 parent 4be5d15 commit f5c0dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ extern crate core;
7878
pub mod util;
7979
pub mod chain;
8080
pub mod ln;
81-
pub mod offers;
81+
pub(crate) mod offers;
8282
pub mod routing;
8383
pub mod onion_message;
8484
pub mod blinded_path;

0 commit comments

Comments
 (0)