eth/catalyst: add getClientVersion to capabilities (#28994)

This commit is contained in:
Marius van der Wijden 2024-02-15 14:43:45 +01:00 committed by GitHub
parent 886f0e72e5
commit 286090689a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,6 +90,7 @@ var caps = []string{
"engine_newPayloadV3",
"engine_getPayloadBodiesByHashV1",
"engine_getPayloadBodiesByRangeV1",
"engine_getClientVersionV1",
}
type ConsensusAPI struct {