Browse Source

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

Refs https://github.com/tendermint/tendermint/issues/3732
pull/7804/head
Anton Kaliaev 4 years ago
committed by GitHub
parent
commit
b10ff00e1b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      spec/abci/abci.md

+ 1
- 1
spec/abci/abci.md 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


Loading…
Cancel
Save