chore: cleanups after #21450 (#21573)

This commit is contained in:
Julien Robert
2024-09-06 10:47:43 +00:00
committed by GitHub
parent 36d9b25e89
commit e9d72f5d05
59 changed files with 99 additions and 197 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ func CheckExportSimulation(app runtime.AppSimI, config simtypes.Config, params s
}
// PrintStats prints the corresponding statistics from the app DB.
func PrintStats(db *dbm.GoLevelDB) {
func PrintStats(db dbm.DB) {
fmt.Println("\nLevelDB Stats")
fmt.Println(db.Stats()["leveldb.stats"])
fmt.Println("LevelDB cached block size", db.Stats()["leveldb.cachedblock"])