remove last part of consensusValidated

This commit is contained in:
Dustin Brody 2021-10-22 15:49:16 +00:00
parent 16ae908e49
commit d101f395e9
No known key found for this signature in database
GPG Key ID: 3D7A11A0156519DC
1 changed files with 0 additions and 4 deletions

View File

@ -24,10 +24,6 @@ type
ExecutePayloadResponse* = object
status*: string
BlockValidationStatus* {.pure.} = enum
valid = "VALID"
invalid = "INVALID"
ForkChoiceUpdate* = object
headBlockHash*: BlockHash
finalizedBlockHash*: BlockHash