Introduce ChannelSignerType.
[rust-lightning] / lightning / src / sign / mod.rs
index a71bdae88768c1b7f97da626af9291589205e736..b865199723b22946eb761db0d2a21750d9b6532f 100644 (file)
@@ -54,6 +54,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.
 ///