Merge pull request #429 from chfast/pr/fix_vm_tests

Fix VM tests
This commit is contained in:
Jeffrey Wilcke 2015-03-05 17:46:57 +01:00
commit f01d745d70
1 changed files with 0 additions and 4 deletions

View File

@ -79,10 +79,6 @@ func RunVmTest(p string, t *testing.T) {
helper.CreateFileTests(t, p, &tests)
for name, test := range tests {
helper.Logger.SetLogLevel(4)
if name != "TransactionNonceCheck2" {
continue
}
db, _ := ethdb.NewMemDatabase()
statedb := state.New(nil, db)
for addr, account := range test.Pre {