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

pull/28995/head
Marius van der Wijden 7 months ago committed by GitHub
parent 886f0e72e5
commit 286090689a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      eth/catalyst/api.go

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

Loading…
Cancel
Save