diff --git a/miner/miner_test.go b/miner/miner_test.go index b6b38a5d1629..7e80abcd404a 100644 --- a/miner/miner_test.go +++ b/miner/miner_test.go @@ -308,6 +308,7 @@ func createMiner(t *testing.T) (*Miner, *event.TypeMux, func(skipMiner bool)) { config := Config{ Etherbase: common.HexToAddress("123456789"), MaxAccountsNum: math.MaxInt, + CCCMaxWorkers: 2, } // Create chainConfig chainDB := rawdb.NewMemoryDatabase()