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

Commit

Permalink
add val_set_hash to header
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Jun 6, 2018
1 parent bc07d06 commit 8fa7c49
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 118 deletions.
1 change: 1 addition & 0 deletions specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +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
- `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 8fa7c49

Please sign in to comment.