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

Commit 7cf66f5

Browse files
committed
val_set_hash -> validators_hash
1 parent 8fa7c49 commit 7cf66f5

File tree

3 files changed

+124
-124
lines changed

3 files changed

+124
-124
lines changed

specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ See below for more details on the message types and how they are used.
269269
- `TotalTxs (int64)`: Total number of transactions in the blockchain until
270270
now
271271
- `LastBlockHash ([]byte)`: Hash of the previous (parent) block
272-
- `ValSetHash ([]byte)`: Hash of the validator set for this block
272+
- `ValidatorsHash ([]byte)`: Hash of the validator set for this block
273273
- `AppHash ([]byte)`: Data returned by the last call to `Commit` - typically the
274274
Merkle root of the application state after executing the previous block's
275275
transactions

0 commit comments

Comments
 (0)