Add `read_channel_monitors` utility
[rust-lightning] / lightning / src / util / mod.rs
index dd9d2744e1c7927ba82bab9244a355020b5d9660..cc1b5f581afb233fd1ee5e6c265d9d5f9ea492ae 100644 (file)
@@ -56,5 +56,5 @@ pub mod test_utils;
 /// impls of traits that add exra enforcement on the way they're called. Useful for detecting state
 /// machine errors and used in fuzz targets and tests.
 #[cfg(any(test, feature = "_test_utils"))]
-pub mod enforcing_trait_impls;
+pub mod test_channel_signer;