cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig calls

This commit is contained in:
Felix Lange
2015-03-10 02:35:46 +01:00
parent e6118f2d79
commit 80985f97da
6 changed files with 0 additions and 12 deletions

View File

@ -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")