Skip to content

Commit 4328a5f

Browse files
committed
docs: comment
1 parent 6dcc035 commit 4328a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/src/arbitration/KlerosCore.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ contract KlerosCore is IArbitratorV2, UUPSProxiable, Initializable {
476476
) external {
477477
if (msg.sender != address(sortitionModule)) revert SortitionModuleOnly();
478478
// Always nullify the latest delayed stake before setting a new value.
479-
// Note that we check the delayed stake here too because the check in `setStake` can be bypassed
479+
// Note that we call _deleteDelayedStake() here too because the one in `setStake` can be bypassed
480480
// if the stake was updated automatically during `execute` (e.g. when unstaking inactive juror).
481481
_deleteDelayedStake(_courtID);
482482
_setStakeForAccount(_account, _courtID, _newStake, _alreadyTransferred);

0 commit comments

Comments
 (0)