This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
Fixed a typo in LevelDB property names.
pull/1842/head
Paul W. Homer
8 years ago
parent
097e0abca9
commit
34e2d6638d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
go_level_db.go
+ 1
- 1
go_level_db.go
View File
@ -102,7 +102,7 @@ func (db *GoLevelDB) Stats() map[string]string {
"leveldb.cachedblock"
,
"leveldb.openedtables"
,
"leveldb.alivesnaps"
,
"leveldb.ali
b
eiters"
,
"leveldb.ali
v
eiters"
,
}
stats
:=
make
(
map
[
string
]
string
)
Write
Preview
Loading…
Cancel
Save