diff --git a/src/config.rs b/src/config.rs index 014d6216a1..558a4d0618 100644 --- a/src/config.rs +++ b/src/config.rs @@ -681,7 +681,7 @@ impl From for LdkMaxDustHTLCExposure { } } -#[derive(Debug, Clone, Copy)] +#[derive(Debug, Clone, Copy, PartialEq, Eq)] #[cfg_attr(feature = "uniffi", derive(uniffi::Enum))] /// The role of the node in an asynchronous payments context. ///