Mention lnd's SCB feature in the corresponding error message
[rust-lightning] / lightning / src / offers / mod.rs
index 2da6fac08ff929e788af18ad1b8970ad71388730..0fb20f42d79e61b394cf46b59e6794e7b42a76fe 100644 (file)
@@ -19,3 +19,7 @@ pub mod offer;
 pub mod parse;
 mod payer;
 pub mod refund;
+#[allow(unused)]
+pub(crate) mod signer;
+#[cfg(test)]
+mod test_utils;