Add KeysInterface::get_node_id method
[rust-lightning] / lightning / src / util / chacha20poly1305rfc.rs
index 5fddb57eb36a0c1a2d119baeabd7d0a757509ee6..3254e8b0134d298517fcc9095792fb48c9935b50 100644 (file)
@@ -335,7 +335,7 @@ mod tests {
        use util::ser::{self, FixedLengthReader, LengthReadableArgs, Writeable};
 
        // Used for for testing various lengths of serialization.
-       #[derive(Debug, PartialEq)]
+       #[derive(Debug, PartialEq, Eq)]
        struct TestWriteable {
                field1: Vec<u8>,
                field2: Vec<u8>,