Skip to content

Commit

Permalink
fix: operator stakingLimit description
Browse files Browse the repository at this point in the history
  • Loading branch information
Amuhar committed Sep 19, 2023
1 parent 9241eb2 commit f582e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/common/entities/operator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class Operator implements RegistryOperator {
@ApiProperty({ description: 'Ethereum 1 address which receives stETH rewards for this operator' })
rewardAddress: string;

@ApiProperty({ description: 'The maximum number of validators to stake for this operator' })
@ApiProperty({ description: 'The number of keys vetted by the DAO and that can be used for the deposit' })
stakingLimit: number;

@ApiProperty({ description: 'Amount of stopped validators' })
Expand Down

0 comments on commit f582e96

Please sign in to comment.