Anton Kaliaev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|