We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304879d commit 8bb8f23Copy full SHA for 8bb8f23
beacon/engine/types.go
@@ -313,7 +313,7 @@ const (
313
// ClientVersionV1 contains information which identifies a client implementation.
314
type ClientVersionV1 struct {
315
Code string `json:"code"`
316
- Name string `json:"clientName"`
+ Name string `json:"name"`
317
Version string `json:"version"`
318
Commit string `json:"commit"`
319
}
0 commit comments