mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 03:26:38 +00:00
eth/catalyst: add getClientVersion to capabilities (#28994)
This commit is contained in:
parent
886f0e72e5
commit
286090689a
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ var caps = []string{
|
||||||
"engine_newPayloadV3",
|
"engine_newPayloadV3",
|
||||||
"engine_getPayloadBodiesByHashV1",
|
"engine_getPayloadBodiesByHashV1",
|
||||||
"engine_getPayloadBodiesByRangeV1",
|
"engine_getPayloadBodiesByRangeV1",
|
||||||
|
"engine_getClientVersionV1",
|
||||||
}
|
}
|
||||||
|
|
||||||
type ConsensusAPI struct {
|
type ConsensusAPI struct {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue