Skip to content

Commit 8bb8f23

Browse files
authored
beacon/engine: Fix json param name in GetClientVersionV1 (#29351)
Fix json param name
1 parent 304879d commit 8bb8f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon/engine/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ const (
313313
// ClientVersionV1 contains information which identifies a client implementation.
314314
type ClientVersionV1 struct {
315315
Code string `json:"code"`
316-
Name string `json:"clientName"`
316+
Name string `json:"name"`
317317
Version string `json:"version"`
318318
Commit string `json:"commit"`
319319
}

0 commit comments

Comments
 (0)