Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
calbera committed Oct 15, 2024
1 parent a960ced commit 0efdc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/node-api/engines/echo/vaildator.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func ConstructValidator() *validator.Validate {
validators := map[string](func(fl validator.FieldLevel) bool){
"state_id": ValidateStateID,
"block_id": ValidateBlockID,
"execution_id": ValidateTimestampID,
"timestamp_id": ValidateTimestampID,
"validator_id": ValidateValidatorID,
"epoch": ValidateUint64,
"slot": ValidateUint64,
Expand Down

0 comments on commit 0efdc2d

Please sign in to comment.