Merge PR #3148: Fix gaiad export

* Add boolean for LoadLatestVersion
* Update PENDING.md
This commit is contained in:
Christopher Goes
2018-12-18 17:17:50 +01:00
committed by GitHub
parent ec9c4ea543
commit 371c7adeaa
7 changed files with 21 additions and 17 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ func InitializeTestLCD(
privVal.Reset()
db := dbm.NewMemDB()
app := gapp.NewGaiaApp(logger, db, nil)
app := gapp.NewGaiaApp(logger, db, nil, true)
cdc = gapp.MakeCodec()
genesisFile := config.GenesisFile()