We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fead6a commit 2fdaaa7Copy full SHA for 2fdaaa7
contracts/src/arbitration/KlerosCore.sol
@@ -828,7 +828,6 @@ contract KlerosCore is IArbitratorV2 {
828
}
829
830
address account = round.drawnJurors[_params.repartition % _params.numberOfVotesInRound];
831
- // TODO Change me
832
uint256 pnkLocked = (round.pnkAtStakePerJuror * degreeOfCoherence) / ALPHA_DIVISOR;
833
834
// Release the rest of the PNKs of the juror for this round.
0 commit comments