Merge PR #5103: Migration Testing

This commit is contained in:
Alexander Bezobchuk
2019-09-26 09:07:15 -07:00
committed by GitHub
parent 9d0bed8f4f
commit fbdf0e778e
11 changed files with 353 additions and 140 deletions
+1 -1
View File
@@ -92,5 +92,5 @@ func ExportCmd(ctx *Context, cdc *codec.Codec, appExporter AppExporter) *cobra.C
}
func isEmptyState(db dbm.DB) bool {
return db.Stats()["leveldb.sstables"] != ""
return db.Stats()["leveldb.sstables"] == ""
}