We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
c316b81
it can generate diff digest, see https://www.diffchecker.com/gMQfaast line 483
Root-cause: c316b81#diff-4c37354767dc7764b93f5ed545905b6ee391187134ad8f29c09a7c71dfc51518R53-R60 added 2 duplicate candidates to retval, and sort.Sort(retval) can produce different order
retval
sort.Sort(retval)
Suggested fix:
sort.Sort(cands)
flush()
The text was updated successfully, but these errors were encountered:
CoderZhi
Successfully merging a pull request may close this issue.
What version of iotex-core image (or code branch) are you using?
c316b81
What did you expect to see?
What did you see instead?
it can generate diff digest, see https://www.diffchecker.com/gMQfaast line 483
Root-cause: c316b81#diff-4c37354767dc7764b93f5ed545905b6ee391187134ad8f29c09a7c71dfc51518R53-R60 added 2 duplicate candidates to
retval
, andsort.Sort(retval)
can produce different orderSuggested fix:
retval
sort.Sort(cands)
insideflush()
, i.e., revert this: c316b81#diff-4c37354767dc7764b93f5ed545905b6ee391187134ad8f29c09a7c71dfc51518L124The text was updated successfully, but these errors were encountered: