cosensus, core, eth, params, trie: fixes + clique history cap
This commit is contained in:
@ -37,7 +37,7 @@ import (
|
||||
|
||||
// Reduce some of the parameters to make the tester faster.
|
||||
func init() {
|
||||
MaxForkAncestry = uint64(10000)
|
||||
maxForkAncestry = 10000
|
||||
blockCacheItems = 1024
|
||||
fsHeaderContCheck = 500 * time.Millisecond
|
||||
}
|
||||
|
Reference in New Issue
Block a user