Skip to content

Commit

Permalink
minor comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cool-develope committed Sep 20, 2024
1 parent 26ab11e commit f52e9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ func GetAppDBBackend(opts types.AppOptions) dbm.BackendType {
rv = cast.ToString(opts.Get("db_backend"))
}

// Cosmos SDK has migrated to `store/db` which does not support all the backends which tm-db supported
// Cosmos SDK has migrated to cosmos-db which does not support all the backends which tm-db supported
if rv == "cleveldb" || rv == "badgerdb" || rv == "boltdb" {
panic(fmt.Sprintf("invalid app-db-backend %q, use %q, %q, %q instead", rv, dbm.GoLevelDBBackend, dbm.PebbleDBBackend, dbm.RocksDBBackend))
}
Expand Down

0 comments on commit f52e9d3

Please sign in to comment.