remove block number reference from docs

This commit is contained in:
ryan 2016-07-18 15:18:31 +02:00
parent 9c4314ffe7
commit 86466725cf

View File

@ -260,7 +260,6 @@ Each node must generate a vote for each block, to be appended the `votes` table.
"timestamp": "<Unix time when the vote was generated, provided by the voting node>"
},
"signature": "<signature of vote>",
"block_number": "<roughly sequential integer index for block ordering>"
}
```