beacon/engine: make client version data const

This commit is contained in:
lightclient 2024-02-13 06:10:06 -07:00
parent 46090c361e
commit a156ab10b5
No known key found for this signature in database
GPG key ID: 75C916AFEE20183E

View file

@ -305,7 +305,7 @@ type ExecutionPayloadBodyV1 struct {
}
// Client identifiers to support ClientVersionV1.
var (
const (
ClientCode = "GE"
ClientName = "go-ethereum"
)