Fix comments about AppHash, rollbacks, etc

This commit is contained in:
Jae Kwon
2016-01-09 12:09:31 -08:00
parent 3e3c0083c7
commit 5d06bb964b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ type Header struct {
LastValidationHash []byte `json:"last_validation_hash"`
DataHash []byte `json:"data_hash"`
ValidatorsHash []byte `json:"validators_hash"`
AppHash []byte `json:"app_hash"`
AppHash []byte `json:"app_hash"` // state merkle root of txs from the previous block
}
// NOTE: hash is nil if required fields are missing.