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