good morning!!!!

Skip to content
Snippets Groups Projects
Commit 0af08eca authored by Paweł Bylica's avatar Paweł Bylica
Browse files

Fix VM tests not checked

parent a5624307
Branches
Tags
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment