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

Appeal Stake Calculating Logic Bug #15

Open
0xferit opened this issue Jun 6, 2023 · 0 comments
Open

Appeal Stake Calculating Logic Bug #15

0xferit opened this issue Jun 6, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@0xferit
Copy link
Member

0xferit commented Jun 6, 2023

const totalCost = new Array<BigInt>(rulingOptionsLength).fill(ZERO);
totalCost[RulingOptions.Debunked] = basicCost.plus(basicCost.plus(WINNER_MULTIPLIER).div(MULTIPLIER_DENOMINATOR));
totalCost[RulingOptions.ChallengeFailed] = basicCost.plus(basicCost.plus(LOSER_MULTIPLIER).div(MULTIPLIER_DENOMINATOR));
roundEntity.totalToBeRaised = totalCost;

@0xferit 0xferit added the bug Something isn't working label Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant