Skip to content

Commit

Permalink
Fix constant value.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheatfate committed Nov 29, 2023
1 parent f75a1ed commit efc9202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_chain/rpc/rest_constants.nim
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const
InvalidBlockIdValueError* =
"Invalid block identifier value"
InvalidValidatorIdValueError* =
"Invalid validator's identifier value(s)"
"Invalid validator identifier value(s)"
NonUniqueValidatorIdError* =
"Non-unique validator identifier value(s)"
MaximumNumberOfValidatorIdsError* =
Expand Down

0 comments on commit efc9202

Please sign in to comment.