spec/abci: expand on Validator#Address (#118)

Refs https://github.com/tendermint/tendermint/issues/3732
This commit is contained in:
Anton Kaliaev
2020-07-22 16:50:24 +04:00
committed by GitHub
parent 6b570e2111
commit b10ff00e1b

View File

@@ -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