TMBIN -> Amino

This commit is contained in:
Ethan Buchman 2018-09-07 07:28:58 -04:00
parent 94288006ba
commit 4cd2e40fb1
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ must be greater than 2/3 of the total voting power of the complete validator set
### Vote
A vote is a signed message broadcast in the consensus for a particular block at a particular height and round.
When stored in the blockchain or propagated over the network, votes are encoded in TMBIN.
When stored in the blockchain or propagated over the network, votes are encoded in Amino.
For signing, votes are encoded in JSON, and the ChainID is included, in the form of the `CanonicalSignBytes`.
We define a method `Verify` that returns `true` if the signature verifies against the pubkey for the CanonicalSignBytes