Browse Source

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

[docs/Commit] all application instances must return the same hash
pull/1780/head
Zach 7 years ago
committed by GitHub
parent
commit
d02e4f344f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      specification.rst

+ 3
- 0
specification.rst 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!

Loading…
Cancel
Save