Commit cf9e5efc authored by yann300's avatar yann300

remove uneeded instanciation

parent 22c1e665
...@@ -91,10 +91,12 @@ function createVm (hardfork) { ...@@ -91,10 +91,12 @@ function createVm (hardfork) {
} }
const vms = { const vms = {
/*
byzantium: createVm('byzantium'), byzantium: createVm('byzantium'),
constantinople: createVm('constantinople'), constantinople: createVm('constantinople'),
petersburg: createVm('petersburg'), petersburg: createVm('petersburg'),
istanbul: createVm('istanbul'), istanbul: createVm('istanbul'),
*/
muirGlacier: createVm('muirGlacier') muirGlacier: createVm('muirGlacier')
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment