fix cli tests

This commit is contained in:
rigelrozanski
2018-04-26 14:26:39 -04:00
parent 55c1e1dcfc
commit d4c2d6fd4c
4 changed files with 47 additions and 37 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ import (
// coolGenAppState sets up the app_state and appends the cool app state
func CoolGenAppState(cdc *wire.Codec, pubKey crypto.PubKey) (chainID string, validators []tmtypes.GenesisValidator, appState, message json.RawMessage, err error) {
chainID, validators, appState, message, err = server.SimpleGenAppState(cdc, pubKey)
chainID, validators, appState, message, err = server.SimpleGenAppParams(cdc, pubKey)
if err != nil {
return
}