mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Fix json param name
This commit is contained in:
parent
738b5a586e
commit
d4d3b7b0ea
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ const (
|
||||||
// ClientVersionV1 contains information which identifies a client implementation.
|
// ClientVersionV1 contains information which identifies a client implementation.
|
||||||
type ClientVersionV1 struct {
|
type ClientVersionV1 struct {
|
||||||
Code string `json:"code"`
|
Code string `json:"code"`
|
||||||
Name string `json:"clientName"`
|
Name string `json:"name"`
|
||||||
Version string `json:"version"`
|
Version string `json:"version"`
|
||||||
Commit string `json:"commit"`
|
Commit string `json:"commit"`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue