mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth/catalyst: add getClientVersion to capabilities
This commit is contained in:
parent
9e3e46671e
commit
a77aa455b0
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ var caps = []string{
|
|||
"engine_newPayloadV3",
|
||||
"engine_getPayloadBodiesByHashV1",
|
||||
"engine_getPayloadBodiesByRangeV1",
|
||||
"engine_getClientVersionV1",
|
||||
}
|
||||
|
||||
type ConsensusAPI struct {
|
||||
|
|
|
|||
Loading…
Reference in a new issue