cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig calls
This commit is contained in:
@ -62,8 +62,6 @@ func (tm *TestManager) Db() ethutil.Database {
|
||||
}
|
||||
|
||||
func NewTestManager() *TestManager {
|
||||
ethutil.ReadConfig(".ethtest", "/tmp/ethtest", "ETH")
|
||||
|
||||
db, err := ethdb.NewMemDatabase()
|
||||
if err != nil {
|
||||
fmt.Println("Could not create mem-db, failing")
|
||||
|
Reference in New Issue
Block a user