update ResponseInitChain.app_hash description (#143)

This commit is contained in:
Erik Grinaker
2020-08-13 13:05:12 +02:00
committed by GitHub
parent f3207cee52
commit 8dd2ed4c6f
2 changed files with 1 additions and 3 deletions

View File

@@ -254,8 +254,6 @@ via light client.
set proposed by tendermint (ie. in the genesis file), or if it wants to use
a different one (perhaps computed based on some application specific
information in the genesis file).
- The returned `AppHash` must match the hash specified in the genesis file, and will be
recorded in the initial genesis block.
### Query

View File

@@ -458,7 +458,7 @@ block.AppHash == state.AppHash
Arbitrary byte array returned by the application after executing and commiting the previous block. It serves as the basis for validating any merkle proofs that comes from the ABCI application and represents the state of the actual application rather than the state of the blockchain itself.
The first block's `block.Header.AppHash` is given by `ResponseInitChain.app_hash`, which must match the app hash specified in the genesis file.
The first block's `block.Header.AppHash` is given by `ResponseInitChain.app_hash`.
### LastResultsHash