mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-25 13:11:37 +00:00
Ensure state res results are unique
This commit is contained in:
parent
05e1ae8745
commit
664f31ec98
@ -672,7 +672,7 @@ func (v StateResolution) calculateStateAfterManyEvents(
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
algorithm = "full_state_with_conflicts"
|
algorithm = "full_state_with_conflicts"
|
||||||
state = resolved
|
state = resolved[:util.SortAndUnique(stateEntrySorter(resolved))]
|
||||||
} else {
|
} else {
|
||||||
algorithm = "full_state_no_conflicts"
|
algorithm = "full_state_no_conflicts"
|
||||||
// 6) There weren't any conflicts
|
// 6) There weren't any conflicts
|
||||||
|
Loading…
Reference in New Issue
Block a user