[docs/Commit] all application instances must return the same hash

Refs https://github.com/tendermint/tendermint/issues/1422
This commit is contained in:
Anton Kaliaev
2018-04-16 13:40:19 +02:00
parent 78a8905690
commit 44a8a23932

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!