Merge PR #5103: Migration Testing
This commit is contained in:
+1
-1
@@ -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"] == ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user