Merge pull request #2989 from optout21/iatx-shared-output
[rust-lightning] / lightning / src / offers / mod.rs
index eb9b18e1817277a88fa231d5a964cb34f40f434b..e5e894e2a128fe395a51ca71fb6e38fa1125aaff 100644 (file)
@@ -24,5 +24,7 @@ pub mod parse;
 mod payer;
 pub mod refund;
 pub(crate) mod signer;
+#[cfg(async_payments)]
+pub mod static_invoice;
 #[cfg(test)]
 pub(crate) mod test_utils;