Add a sample module FilesystemPersister.
[rust-lightning] / lightning / src / ln / features.rs
index 8966d8d40b31476c8ffb67e1e794d907823dd6b1..f573ac4c43abd910c96764e123913901a3af1f2e 100644 (file)
@@ -279,6 +279,8 @@ mod sealed {
 
 /// Tracks the set of features which a node implements, templated by the context in which it
 /// appears.
+///
+/// (C-not exported) as we map the concrete feature types below directly instead
 pub struct Features<T: sealed::Context> {
        /// Note that, for convenience, flags is LITTLE endian (despite being big-endian on the wire)
        flags: Vec<u8>,