Skip to content

Commit 7281b35

Browse files
authored
Merge pull request #904 from benthecarman/eq-async-payments-role
Derive `PartialEq` and `Eq` for `AsyncPaymentsRole`
2 parents 109978d + 241e26f commit 7281b35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ impl From<MaxDustHTLCExposure> for LdkMaxDustHTLCExposure {
681681
}
682682
}
683683

684-
#[derive(Debug, Clone, Copy)]
684+
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
685685
#[cfg_attr(feature = "uniffi", derive(uniffi::Enum))]
686686
/// The role of the node in an asynchronous payments context.
687687
///

0 commit comments

Comments
 (0)