Skip to content

Commit 2fdaaa7

Browse files
committed
fix: todo comment already done
1 parent 2fead6a commit 2fdaaa7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contracts/src/arbitration/KlerosCore.sol

-1
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)