update to tm0.22.4-rc0 and bring back lcd test

This commit is contained in:
Ethan Buchman
2018-07-14 19:47:42 +01:00
parent bb1f1a21bf
commit f4ee940989
6 changed files with 1036 additions and 180 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ func ExportCmd(ctx *Context, cdc *wire.Codec, appExporter AppExporter) *cobra.Co
return err
}
doc.AppStateJSON = appState
doc.AppState = appState
doc.Validators = validators
encoded, err := wire.MarshalJSONIndent(cdc, doc)