Skip to content

Commit

Permalink
fix: natspec for new undelegate error
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikol committed Dec 13, 2024
1 parent 8769062 commit 6521be6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ interface IHorizonStakingMain {
error HorizonStakingInsufficientDelegationTokens(uint256 tokens, uint256 minTokens);

/**
* @notice Thrown when the minimum token amount required for delegation with beneficiary is not met.
* @notice Thrown when the minimum token amount required for undelegation with beneficiary is not met.
* @param tokens The actual token amount
* @param minTokens The minimum required token amount
*/
Expand Down

0 comments on commit 6521be6

Please sign in to comment.