mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-09 05:20:10 +00:00
Commented the empty table in c_level_db, and cleaned up the mem_db Value call.
This commit is contained in:
@@ -107,6 +107,7 @@ func (db *CLevelDB) Print() {
|
||||
}
|
||||
|
||||
func (db *CLevelDB) Stats() map[string]string {
|
||||
// TODO: Find the available properties for the C LevelDB implementation
|
||||
keys := []string{}
|
||||
|
||||
stats := make(map[string]string)
|
||||
|
||||
Reference in New Issue
Block a user