remove last part of consensusValidated
This commit is contained in:
parent
16ae908e49
commit
d101f395e9
|
@ -24,10 +24,6 @@ type
|
||||||
ExecutePayloadResponse* = object
|
ExecutePayloadResponse* = object
|
||||||
status*: string
|
status*: string
|
||||||
|
|
||||||
BlockValidationStatus* {.pure.} = enum
|
|
||||||
valid = "VALID"
|
|
||||||
invalid = "INVALID"
|
|
||||||
|
|
||||||
ForkChoiceUpdate* = object
|
ForkChoiceUpdate* = object
|
||||||
headBlockHash*: BlockHash
|
headBlockHash*: BlockHash
|
||||||
finalizedBlockHash*: BlockHash
|
finalizedBlockHash*: BlockHash
|
||||||
|
|
Loading…
Reference in New Issue