diff --git a/beacon/engine/types.go b/beacon/engine/types.go index 2d516be0c8..60accc3c79 100644 --- a/beacon/engine/types.go +++ b/beacon/engine/types.go @@ -305,7 +305,7 @@ type ExecutionPayloadBodyV1 struct { } // Client identifiers to support ClientVersionV1. -var ( +const ( ClientCode = "GE" ClientName = "go-ethereum" )