Skip to content
New issue

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

Missing Spec for BordaNewBug #11

Open
D4r3-D3v1L opened this issue Sep 27, 2023 · 1 comment
Open

Missing Spec for BordaNewBug #11

D4r3-D3v1L opened this issue Sep 27, 2023 · 1 comment

Comments

@D4r3-D3v1L
Copy link

@nd-certora
Copy link
Contributor

This is not acknowledged as there is no effect on the winner from the point of view of the IBorda interface . If you could have:

    function points(address c) public view override returns (uint256) {
      if (c == winner)
           return pointsOfWinner;
        return _points[c];
    }

It would have been caught by the existing spec. you are welcome to try more if there are still no five acknowledged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants