Bugfix
This commit is contained in:
parent
ac0319fd3c
commit
f1d5b808b7
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user