This commit is contained in:
Christopher Goes 2018-11-13 16:23:01 +01:00
parent 4a9ce8a5df
commit cb40646bc8
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ func exportAppStateAndTMValidators(
if height != -1 {
err := gApp.LoadHeight(height)
if err != nil {
return err
return nil, nil, err
}
}
return gApp.ExportAppStateAndValidators()