Skip to content
This repository has been archived by the owner on Jul 15, 2018. It is now read-only.

Commit

Permalink
val_set_hash -> validators_hash
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Jun 6, 2018
1 parent 8fa7c49 commit 7cf66f5
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 124 deletions.
2 changes: 1 addition & 1 deletion specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ See below for more details on the message types and how they are used.
- `TotalTxs (int64)`: Total number of transactions in the blockchain until
now
- `LastBlockHash ([]byte)`: Hash of the previous (parent) block
- `ValSetHash ([]byte)`: Hash of the validator set for this block
- `ValidatorsHash ([]byte)`: Hash of the validator set for this block
- `AppHash ([]byte)`: Data returned by the last call to `Commit` - typically the
Merkle root of the application state after executing the previous block's
transactions
Expand Down
Loading

0 comments on commit 7cf66f5

Please sign in to comment.