miner, tests: fixed block test
This commit is contained in:
@ -103,7 +103,7 @@ func testEthConfig() *eth.Config {
|
||||
|
||||
return ð.Config{
|
||||
DataDir: common.DefaultDataDir(),
|
||||
LogLevel: 5,
|
||||
Verbosity: 5,
|
||||
Etherbase: "primary",
|
||||
AccountManager: accounts.NewManager(ks),
|
||||
NewDB: func(path string) (common.Database, error) { return ethdb.NewMemDatabase() },
|
||||
|
Reference in New Issue
Block a user