Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
cwgoes authored and jackzampolin committed Nov 15, 2018
1 parent ac0319f commit f1d5b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gaia/cmd/gaiad/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f1d5b80

Please sign in to comment.