good morning!!!!

Skip to content
Snippets Groups Projects
Commit f01d745d authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Merge pull request #429 from chfast/pr/fix_vm_tests

Fix VM tests
parents 72bf02bf 0af08eca
No related branches found
No related tags found
No related merge requests found
...@@ -79,10 +79,6 @@ func RunVmTest(p string, t *testing.T) { ...@@ -79,10 +79,6 @@ func RunVmTest(p string, t *testing.T) {
helper.CreateFileTests(t, p, &tests) helper.CreateFileTests(t, p, &tests)
for name, test := range tests { for name, test := range tests {
helper.Logger.SetLogLevel(4)
if name != "TransactionNonceCheck2" {
continue
}
db, _ := ethdb.NewMemDatabase() db, _ := ethdb.NewMemDatabase()
statedb := state.New(nil, db) statedb := state.New(nil, db)
for addr, account := range test.Pre { for addr, account := range test.Pre {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment