app compiles

This commit is contained in:
Ethan Buchman
2018-01-12 19:17:17 -08:00
committed by Jae Kwon
parent 5e46eea616
commit ab438c3f45
4 changed files with 39 additions and 34 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ func main() {
// TODO: set the genesis accounts
// Load the stores.
if err := app.LoadLatestVersion(); err != nil {
if err := app.LoadLatestVersion(mainStoreKey); err != nil {
fmt.Println(err)
os.Exit(1)
}