This commit is contained in:
Christopher Goes 2018-11-13 16:23:01 +01:00 committed by Jack Zampolin
parent ac0319fd3c
commit f1d5b808b7

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()