mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
les: change cum to cumulative
This commit is contained in:
parent
58e19dc15d
commit
e9effbd853
1 changed files with 3 additions and 3 deletions
|
|
@ -529,7 +529,7 @@ const (
|
||||||
var (
|
var (
|
||||||
positiveBalancePrefix = []byte("pb:") // dbVersion(uint16 big endian) + positiveBalancePrefix + id -> balance
|
positiveBalancePrefix = []byte("pb:") // dbVersion(uint16 big endian) + positiveBalancePrefix + id -> balance
|
||||||
negativeBalancePrefix = []byte("nb:") // dbVersion(uint16 big endian) + negativeBalancePrefix + ip -> balance
|
negativeBalancePrefix = []byte("nb:") // dbVersion(uint16 big endian) + negativeBalancePrefix + ip -> balance
|
||||||
cumulativeRunningTimeKey = []byte("cumTime:") // dbVersion(uint16 big endian) + cumulativeRunningTimeKey -> cumTime
|
cumulativeRunningTimeKey = []byte("cumulativeTime:") // dbVersion(uint16 big endian) + cumulativeRunningTimeKey -> cumulativeTime
|
||||||
)
|
)
|
||||||
|
|
||||||
type nodeDB struct {
|
type nodeDB struct {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue