mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
ethdb: r -> w
This commit is contained in:
parent
894275f183
commit
7d06c2ea93
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ func (db *LDBDatabase) meter(refresh time.Duration) {
|
|||
return
|
||||
}
|
||||
w := strings.Split(parts[1], ":")
|
||||
if len(r) < 2 {
|
||||
if len(w) < 2 {
|
||||
db.log.Error("Bad syntax of write entry", "entry", parts[1])
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue