This commit is contained in:
Christopher Goes
2018-11-14 18:23:20 -08:00
committed by Jack Zampolin
parent ac0319fd3c
commit f1d5b808b7
+1 -1
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()