Browse Source

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

Refs https://github.com/tendermint/tendermint/issues/1422
pull/1780/head
Anton Kaliaev 6 years ago
parent
commit
44a8a23932
No known key found for this signature in database GPG Key ID: 7B6881D965918214
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