From 85370705755705c57fe25f5ea613a7979b519bdb Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Tue, 3 Oct 2017 18:07:20 +0400 Subject: [PATCH] [docs] restructure sentence [ci skip] --- docs/app-development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app-development.rst b/docs/app-development.rst index 011fb0f39..8447d2b24 100644 --- a/docs/app-development.rst +++ b/docs/app-development.rst @@ -228,7 +228,7 @@ Commit, or there will be deadlock. Note also that all remaining transactions in the mempool are replayed on the mempool connection (CheckTx) following a commit. -The Commit response includes a byte array, which is the deterministic +The app should respond with a byte array, which is the deterministic state root of the application. It is included in the header of the next block. It can be used to provide easily verified Merkle-proofs of the state of the application.