Merge pull request #227 from tendermint/tm-1422-commit-hash

[docs/Commit] all application instances must return the same hash
This commit is contained in:
Zach
2018-04-17 13:34:50 -04:00
committed by GitHub

View File

@@ -284,3 +284,6 @@ Commit
- Persist the application state.
- Return a Merkle root hash of the application state.
- It's critical that all application instances return the same hash. If not,
they will not be able to agree on the next block, because the hash is
included in the next block!