Fixed consensus issue

This commit is contained in:
obscuren
2015-01-13 14:57:51 +01:00
parent e3cad04dec
commit 82beaabf6a
4 changed files with 4 additions and 6 deletions

View File

@ -79,7 +79,6 @@ func RunVmTest(p string, t *testing.T) {
helper.CreateFileTests(t, p, &tests)
for name, test := range tests {
//helper.Log.Infoln("Running", name)
db, _ := ethdb.NewMemDatabase()
statedb := state.New(nil, db)
for addr, account := range test.Pre {