Update tests/formats/fork_choice/README.md

Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
This commit is contained in:
Mikhail Kalinin 2022-08-24 23:29:59 +06:00 committed by GitHub
parent 14d4f44c11
commit b67fb5b049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,8 +106,8 @@ Optional step for optimistic sync tests.
block_hash: string, -- Encoded 32-byte value of payload's block hash.
payload_status: {
status: string, -- Enum, "VALID" | "INVALID" | "SYNCING" | "ACCEPTED" | "INVALID_BLOCK_HASH".
latestValidHash: string, -- Encoded 32-byte value of the latest valid block hash, may be `null`.
validationError: string, -- Message providing additional details on the validation error, may be `null`.
latest_valid_hash: string, -- Encoded 32-byte value of the latest valid block hash, may be `null`.
validation_error: string, -- Message providing additional details on the validation error, may be `null`.
}
}
```