Skip to content

Commit

Permalink
update miner/miner_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
HAOYUatHZ committed Sep 13, 2024
1 parent 5ae4007 commit 305e2ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miner/miner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 305e2ff

Please sign in to comment.