mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-07 00:26:58 +00:00
update ResponseInitChain.app_hash description (#143)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user