Fixed a typo in LevelDB property names.

This commit is contained in:
Paul W. Homer 2017-03-29 09:09:01 -04:00
parent 097e0abca9
commit 34e2d6638d
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ func (db *GoLevelDB) Stats() map[string]string {
"leveldb.cachedblock", "leveldb.cachedblock",
"leveldb.openedtables", "leveldb.openedtables",
"leveldb.alivesnaps", "leveldb.alivesnaps",
"leveldb.alibeiters", "leveldb.aliveiters",
} }
stats := make(map[string]string) stats := make(map[string]string)