remove uneeded instanciation

pull/432/head
yann300 4 years ago
parent 22c1e665fc
commit cf9e5efcc2
  1. 2
      libs/remix-lib/src/execution/execution-context.js

@ -91,10 +91,12 @@ function createVm (hardfork) {
}
const vms = {
/*
byzantium: createVm('byzantium'),
constantinople: createVm('constantinople'),
petersburg: createVm('petersburg'),
istanbul: createVm('istanbul'),
*/
muirGlacier: createVm('muirGlacier')
}

Loading…
Cancel
Save