transitional ethutil.ReadConfig fixes in ethchain tests (they still fail! FIXME :)

This commit is contained in:
zelig
2014-06-27 15:56:45 +01:00
parent 423beddf57
commit 79009ca074
5 changed files with 14 additions and 6 deletions

View File

@ -12,7 +12,7 @@ import (
)
func TestRun4(t *testing.T) {
ethutil.ReadConfig("", ethutil.LogStd, "")
ethutil.ReadConfig(".ethtest", "/tmp/ethtest", "", "ETH")
db, _ := ethdb.NewMemDatabase()
state := NewState(ethutil.NewTrie(db, ""))