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
0d656b62e8
commit
b940b78575
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ const (
|
||||||
gfUsageTC = time.Second
|
gfUsageTC = time.Second
|
||||||
gfRaiseTC = time.Second * 200
|
gfRaiseTC = time.Second * 200
|
||||||
gfDropTC = time.Second * 50
|
gfDropTC = time.Second * 50
|
||||||
gfDbKey = "_globalCostFactorV4"
|
gfDbKey = "_globalCostFactorV6"
|
||||||
)
|
)
|
||||||
|
|
||||||
// costTracker is responsible for calculating costs and cost estimates on the
|
// costTracker is responsible for calculating costs and cost estimates on the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue