aboutsummaryrefslogtreecommitdiffstats
path: root/eth/downloader/testchain_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'eth/downloader/testchain_test.go')
-rw-r--r--eth/downloader/testchain_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/downloader/testchain_test.go b/eth/downloader/testchain_test.go
index 4ae342dc6..f410152f5 100644
--- a/eth/downloader/testchain_test.go
+++ b/eth/downloader/testchain_test.go
@@ -45,7 +45,7 @@ var testChainBase = newTestChain(blockCacheItems+200, testGenesis)
var testChainForkLightA, testChainForkLightB, testChainForkHeavy *testChain
func init() {
- var forkLen = int(MaxForkAncestry + 50)
+ var forkLen = int(maxForkAncestry + 50)
var wg sync.WaitGroup
wg.Add(3)
go func() { testChainForkLightA = testChainBase.makeFork(forkLen, false, 1); wg.Done() }()