Skip to content

Commit 1e138fa

Browse files
authored
Merge branch 'dev' into refactor(web)/metaevidence-to-dispute
2 parents 16bcb19 + 2fdaaa7 commit 1e138fa

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)