Skip to content

Commit

Permalink
Merge pull request hyperledger#175 from paulhauner/patch-1
Browse files Browse the repository at this point in the history
Clarify `validationError` usage
  • Loading branch information
djrtwo authored Feb 21, 2022
2 parents 68cf607 + b30e393 commit 18d0784
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 18d0784

Please sign in to comment.