vote.id doesn't exist in server

This commit is contained in:
Scott Sadler
2016-11-24 16:36:38 +01:00
parent b227739d89
commit ecbeaa0b25
2 changed files with 4 additions and 3 deletions

View File

@@ -4,7 +4,6 @@ A vote has the following structure:
```json
{
"id": "<RethinkDB-generated ID for the vote>",
"node_pubkey": "<the public key of the voting node>",
"vote": {
"voting_for_block": "<id of the block the node is voting for>",