Skip to content

Commit 0ce6b84

Browse files
f make static_invoice module private
1 parent 31de292 commit 0ce6b84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/offers/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ pub mod parse;
2424
mod payer;
2525
pub mod refund;
2626
pub(crate) mod signer;
27-
pub mod static_invoice;
27+
#[allow(unused)]
28+
pub(crate) mod static_invoice;
2829
#[cfg(test)]
2930
pub(crate) mod test_utils;

0 commit comments

Comments
 (0)