Browse Source

[docs/spec] update msg type and Tendermint behavior (#1468)

Refs #1422
zarko/add-experiments-code
Anton Kaliaev 6 years ago
committed by GitHub
parent
commit
ece3f678da
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/specification/genesis.rst

+ 2
- 2
docs/specification/genesis.rst View File

@ -18,8 +18,8 @@ Fields
- ``power``: The validator's voting power.
- ``name``: Name of the validator (optional).
- ``app_hash``: The expected application hash (as returned by the
``Commit`` ABCI message) upon genesis. If the app's hash does not
match, a warning message is printed.
``ResponseInfo`` ABCI message) upon genesis. If the app's hash does not
match, Tendermint will panic.
- ``app_state``: The application state (e.g. initial distribution of tokens).
Sample genesis.json


Loading…
Cancel
Save