Bugfix
This commit is contained in:
parent
4a9ce8a5df
commit
cb40646bc8
|
@ -70,7 +70,7 @@ func exportAppStateAndTMValidators(
|
||||||
if height != -1 {
|
if height != -1 {
|
||||||
err := gApp.LoadHeight(height)
|
err := gApp.LoadHeight(height)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return nil, nil, err
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return gApp.ExportAppStateAndValidators()
|
return gApp.ExportAppStateAndValidators()
|
||||||
|
|
Loading…
Reference in New Issue