mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
remove unused variable
This commit is contained in:
parent
1e176f91ff
commit
1970e4c524
1 changed files with 0 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ var pregenerated bool
|
||||||
func init() {
|
func init() {
|
||||||
// Reduce some of the parameters to make the tester faster
|
// Reduce some of the parameters to make the tester faster
|
||||||
fullMaxForkAncestry = 10000
|
fullMaxForkAncestry = 10000
|
||||||
lightMaxForkAncestry = 10000
|
|
||||||
blockCacheMaxItems = 1024
|
blockCacheMaxItems = 1024
|
||||||
fsHeaderSafetyNet = 256
|
fsHeaderSafetyNet = 256
|
||||||
fsHeaderContCheck = 500 * time.Millisecond
|
fsHeaderContCheck = 500 * time.Millisecond
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue