Add length check for read ChannelMonitor keys
[rust-lightning] / lightning / src / sign / mod.rs
index 65df556174bece9e751ac363fe3c0cc62ff6aed6..f25c947644838f1dfaec843c74c26c8b4f935f72 100644 (file)
@@ -56,6 +56,8 @@ use crate::util::atomic_counter::AtomicCounter;
 use crate::util::chacha20::ChaCha20;
 use crate::util::invoice::construct_invoice_preimage;
 
+pub(crate) mod type_resolver;
+
 /// Used as initial key material, to be expanded into multiple secret keys (but not to be used
 /// directly). This is used within LDK to encrypt/decrypt inbound payment data.
 ///