mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
les: bump factor db version again
This commit is contained in:
parent
06ee8ab699
commit
850001135d
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ const (
|
|||
gfUsageTC = time.Second
|
||||
gfRaiseTC = time.Second * 200
|
||||
gfDropTC = time.Second * 50
|
||||
gfDbKey = "_globalCostFactorV5"
|
||||
gfDbKey = "_globalCostFactorV6"
|
||||
)
|
||||
|
||||
// costTracker is responsible for calculating costs and cost estimates on the
|
||||
|
|
|
|||
Loading…
Reference in a new issue