We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e343e7 + 2c69e05 commit 962d096Copy full SHA for 962d096
lightning/src/ln/msgs.rs
@@ -66,8 +66,7 @@ pub enum DecodeError {
66
/// A length descriptor in the packet didn't describe the later data correctly
67
BadLengthDescriptor,
68
/// Error from std::io
69
- Io(/// (C-not exported) as ErrorKind doesn't have a reasonable mapping
70
- io::ErrorKind),
+ Io(io::ErrorKind),
71
/// The message included zlib-compressed values, which we don't support.
72
UnsupportedCompression,
73
}
0 commit comments