Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed Nov 15, 2024
1 parent 30c050f commit baca323
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ enum DelegatorStatus {
* @notice maximumStakeAmount is the maximum amount of stake that can be staked to a validator
* @notice minimumStakeDuration is the minimum duration that validators must stake for
* @notice minimumDelegationFeeBips is the minimum delegation fee in basis points that validators can charge
* @notice maximumStakeMultiplier is multiplier applied to validator's initial stake amount to determine
* @notice maximumStakeMultiplier is the multiplier applied to validator's initial stake amount to determine
* the maximum amount of stake a validator can have with delegations.
* @notice weightToValueFactor is the factor used to convert validator weight to value
* @notice rewardCalculator is the reward calculator used to calculate rewards for this validator manager
Expand Down

0 comments on commit baca323

Please sign in to comment.