diff --git a/specification.rst b/specification.rst index 4b2704637..f98a46f49 100644 --- a/specification.rst +++ b/specification.rst @@ -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!