Take ID into account in SignersContainerKey's PartialEq impl
This commit is contained in:
parent
5315c3ef25
commit
09730c0898
@ -531,7 +531,7 @@ impl Ord for SignersContainerKey {
|
||||
|
||||
impl PartialEq for SignersContainerKey {
|
||||
fn eq(&self, other: &Self) -> bool {
|
||||
self.ordering == other.ordering
|
||||
self.id == other.id && self.ordering == other.ordering
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user