We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd23f5 commit 399b7a9Copy full SHA for 399b7a9
packages/horizon/contracts/interfaces/internal/IHorizonStakingMain.sol
@@ -434,7 +434,7 @@ interface IHorizonStakingMain {
434
error HorizonStakingInsufficientDelegationTokens(uint256 tokens, uint256 minTokens);
435
436
/**
437
- * @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.
438
* @param tokens The actual token amount
439
* @param minTokens The minimum required token amount
440
*/
0 commit comments