Skip to content

Commit

Permalink
📚 update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Flocqst committed Jul 2, 2024
1 parent 1052a6d commit 5142e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interfaces/IStakingRewardsV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ interface IStakingRewardsV2 {
/// @dev updateReward() called prior to function logic
function unstakeEscrow(uint256 _amount) external;

/// @notice unstake escrowed token skipping the cooldown wait period
/// @notice unstake escrowed token on behalf of another account
/// @param _account: address of account to unstake from
/// @param _amount: amount to unstake
/// @dev this function is used to allow tokens to be vested at any time by RewardEscrowV2
Expand Down

0 comments on commit 5142e90

Please sign in to comment.