Skip to content

Commit

Permalink
consistent edit application order
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspill committed Jan 24, 2020
1 parent 0cfde30 commit 82dfbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/oip5/edit.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ func queryEdits(edits []elasticOip5Edit, after []interface{}) ([]elasticOip5Edit
Query(q).
Size(searchSize).
Sort("meta.time", false).
Sort("reference", false)
Sort("meta.txid", true)

if after != nil {
search.SearchAfter(after...)
Expand Down

0 comments on commit 82dfbba

Please sign in to comment.