remove deprecated app_options field from genesis

This commit is contained in:
Anton Kaliaev
2018-07-11 13:36:48 +04:00
parent 37ce4e549e
commit b271c40783
4 changed files with 11 additions and 17 deletions

View File

@ -273,7 +273,7 @@ func (h *Handshaker) ReplayBlocks(state sm.State, appHash []byte, appBlockHeight
ChainId: h.genDoc.ChainID,
ConsensusParams: csParams,
Validators: validators,
AppStateBytes: h.genDoc.AppStateJSON,
AppStateBytes: h.genDoc.AppState,
}
res, err := proxyApp.Consensus().InitChainSync(req)
if err != nil {