documentation fix for vote schema

This commit is contained in:
Scott Sadler 2016-11-29 17:42:16 +01:00
parent 6208a93673
commit a690fbee53
2 changed files with 4 additions and 4 deletions

View File

@ -41,12 +41,12 @@ properties:
previous_block:
"$ref": "#/definitions/sha3_hexdigest"
description: |
SHA3 identifier of the block that preceeds the block being voted on.
ID (SHA3 hash) of the block that precedes the block being voted on.
The notion of a "previous" block is subject to vote.
voting_for_block:
"$ref": "#/definitions/sha3_hexdigest"
description: |
SHA3 identifier of the block being voted on.
ID (SHA3 hash) of the block being voted on.
is_block_valid:
type: "boolean"
description: |

View File

@ -54,7 +54,7 @@ Vote.previous_block
**type:** string
SHA3 identifier of the block that preceeds the block being voted on.
ID (SHA3 hash) of the block that precedes the block being voted on.
The notion of a "previous" block is subject to vote.
@ -64,7 +64,7 @@ Vote.voting_for_block
**type:** string
SHA3 identifier of the block being voted on.
ID (SHA3 hash) of the block being voted on.