Skip to content

Commit

Permalink
Clarify validationError usage
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner authored Feb 16, 2022
1 parent 68cf607 commit b30e393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ This structure contains the result of processing a payload. The fields are encod

- `status`: `enum` - `"VALID" | "INVALID" | "SYNCING" | "ACCEPTED" | "INVALID_BLOCK_HASH" | "INVALID_TERMINAL_BLOCK"`
- `latestValidHash`: `DATA|null`, 32 Bytes - the hash of the most recent *valid* block in the branch defined by payload and its ancestors
- `validationError`: `String|null` - a message providing additional details on the validation error if the payload is deemed `INVALID`
- `validationError`: `String|null` - a message providing additional details on the validation error if the payload is classified as `INVALID`, `INVALID_BLOCK_HASH` or `INVALID_TERMINAL_BLOCK.`

### TransitionConfigurationV1

Expand Down

0 comments on commit b30e393

Please sign in to comment.