Skip to content

Commit 46e8ebb

Browse files
committed
Merge branch 'refactor(web)/metaevidence-to-dispute' of https://github.com/kleros/kleros-v2 into refactor(web)/metaevidence-to-dispute
2 parents 60a023f + 1e138fa commit 46e8ebb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contracts/src/arbitration/KlerosCore.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,6 @@ contract KlerosCore is IArbitratorV2 {
828828
}
829829

830830
address account = round.drawnJurors[_params.repartition % _params.numberOfVotesInRound];
831-
// TODO Change me
832831
uint256 pnkLocked = (round.pnkAtStakePerJuror * degreeOfCoherence) / ALPHA_DIVISOR;
833832

834833
// Release the rest of the PNKs of the juror for this round.

0 commit comments

Comments
 (0)