From 4cd2e40fb19162996fa9be1b0770633ff0b9fd12 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Fri, 7 Sep 2018 07:28:58 -0400 Subject: [PATCH] TMBIN -> Amino --- docs/spec/blockchain/blockchain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/blockchain/blockchain.md b/docs/spec/blockchain/blockchain.md index c24d2e10..795a2292 100644 --- a/docs/spec/blockchain/blockchain.md +++ b/docs/spec/blockchain/blockchain.md @@ -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