Skip to content

Commit

Permalink
spec/abci: expand on Validator#Address (celestiaorg#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
melekes committed Jul 22, 2020
1 parent 6b570e2 commit b10ff00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/abci/abci.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b10ff00

Please sign in to comment.