Skip to content

Commit fec0e2f

Browse files
Update protocol-contracts/staking/contracts/ProtocolStaking.sol
Co-authored-by: James Toussaint <[email protected]>
1 parent 125cfe9 commit fec0e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol-contracts/staking/contracts/ProtocolStaking.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ contract ProtocolStaking is AccessControlDefaultAdminRulesUpgradeable, ERC20Vote
121121
* @dev Unstake `amount` tokens from `msg.sender`'s staked balance to `msg.sender`.
122122
*
123123
* NOTE: Unstaked tokens are released by calling {release} after {unstakeCooldownPeriod}.
124-
* WARNING: Unstake release times are strictly increasing per recipient even if the cooldown period
124+
* WARNING: Unstake release times are strictly increasing per account even if the cooldown period
125125
* is reduced. For a given account to fully realize the reduction in cooldown period, they may need
126126
* to wait up to `OLD_COOLDOWN_PERIOD - NEW_COOLDOWN_PERIOD` seconds after the cooldown period is updated.
127127
*/

0 commit comments

Comments
 (0)