From b10ff00e1b6a62535ca9057f39c527e6df3f25b3 Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Wed, 22 Jul 2020 16:50:24 +0400 Subject: [PATCH] spec/abci: expand on Validator#Address (#118) Refs https://github.com/tendermint/tendermint/issues/3732 --- spec/abci/abci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/abci/abci.md b/spec/abci/abci.md index ea5b6f708..2188c07bf 100644 --- a/spec/abci/abci.md +++ b/spec/abci/abci.md @@ -532,7 +532,7 @@ via light client. ### Validator - **Fields**: - - `Address ([]byte)`: Address of the validator (hash of the public key) + - `Address ([]byte)`: Address of the validator (the first 20 bytes of SHA256(public key)) - `Power (int64)`: Voting power of the validator - **Usage**: - Validator identified by address