mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
beacon/engine: make client version data const
This commit is contained in:
parent
46090c361e
commit
a156ab10b5
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ type ExecutionPayloadBodyV1 struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Client identifiers to support ClientVersionV1.
|
// Client identifiers to support ClientVersionV1.
|
||||||
var (
|
const (
|
||||||
ClientCode = "GE"
|
ClientCode = "GE"
|
||||||
ClientName = "go-ethereum"
|
ClientName = "go-ethereum"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue