diff --git a/src/UniStaker.sol b/src/UniStaker.sol index fc437d7..ae9527a 100644 --- a/src/UniStaker.sol +++ b/src/UniStaker.sol @@ -598,6 +598,7 @@ contract UniStaker is INotifiableRewardReceiver, Multicall, EIP712, Nonces { emit RewardNotified(_amount, msg.sender); } + /// @notice Allows an address to increment their nonce and therefore invalidate any pending signed actions. function invalidateNonce() external { _useNonce(msg.sender); }