Skip to content

Commit

Permalink
beacon/engine: Fix json param name in GetClientVersionV1 (#29351)
Browse files Browse the repository at this point in the history
Fix json param name
  • Loading branch information
pawanjay176 committed Mar 27, 2024
1 parent 304879d commit 8bb8f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon/engine/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ const (
// ClientVersionV1 contains information which identifies a client implementation.
type ClientVersionV1 struct {
Code string `json:"code"`
Name string `json:"clientName"`
Name string `json:"name"`
Version string `json:"version"`
Commit string `json:"commit"`
}
Expand Down

0 comments on commit 8bb8f23

Please sign in to comment.