Add KeysInterface::get_node_id method
[rust-lightning] / lightning / src / util / errors.rs
index ad699354233cb705fd41221cee58293a3a62c3d2..f00d2ab2d0e741a3b833b56b90ec8edae7fbce93 100644 (file)
@@ -16,7 +16,7 @@ use core::fmt;
 
 /// Indicates an error on the client's part (usually some variant of attempting to use too-low or
 /// too-high values)
-#[derive(Clone, PartialEq)]
+#[derive(Clone, PartialEq, Eq)]
 pub enum APIError {
        /// Indicates the API was wholly misused (see err for more). Cases where these can be returned
        /// are documented, but generally indicates some precondition of a function was violated.