Add no-export tags for lightning-invoice where we can't map to C
[rust-lightning] / lightning / src / ln / features.rs
index dd6ac3307f88d1c14a97a7874e1de2556d87696b..02e403b46d9708100f2b86bb0d3346922a9235a6 100644 (file)
@@ -502,6 +502,7 @@ impl<T: sealed::Context> Features<T> {
 
        /// Create a Features given a set of flags, in little-endian. This is in reverse byte order from
        /// most on-the-wire encodings.
+       /// (C-not exported) as we don't support export across multiple T
        pub fn from_le_bytes(flags: Vec<u8>) -> Features<T> {
                Features {
                        flags,