mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
les: bump global factor db key
This commit is contained in:
parent
5bdd98b674
commit
47a93d5a45
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 = "_globalCostFactorV5"
|
||||||
)
|
)
|
||||||
|
|
||||||
// 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