X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Fln%2Ffeatures.rs;h=02e403b46d9708100f2b86bb0d3346922a9235a6;hb=2484c1afc284f1f5f296489fbd0e59f0813f176d;hp=dd6ac3307f88d1c14a97a7874e1de2556d87696b;hpb=3d3147fe836f7a1fa09991f13bdbe556e8222592;p=rust-lightning diff --git a/lightning/src/ln/features.rs b/lightning/src/ln/features.rs index dd6ac330..02e403b4 100644 --- a/lightning/src/ln/features.rs +++ b/lightning/src/ln/features.rs @@ -502,6 +502,7 @@ impl Features { /// 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) -> Features { Features { flags,