remove unused variable

This commit is contained in:
Jared Wasinger 2024-04-22 19:16:41 -07:00
parent 1e176f91ff
commit 1970e4c524

View file

@ -58,7 +58,6 @@ var pregenerated bool
func init() {
// Reduce some of the parameters to make the tester faster
fullMaxForkAncestry = 10000
lightMaxForkAncestry = 10000
blockCacheMaxItems = 1024
fsHeaderSafetyNet = 256
fsHeaderContCheck = 500 * time.Millisecond