fix compiler input

pull/3094/head
yann300 7 years ago
parent ac4975b8b0
commit b2c3c80934
  1. 2
      remix-lib/src/helpers/compilerHelper.js

@ -14,7 +14,6 @@ function compilerInput (contracts) {
optimizer: {
enabled: false,
runs: 500
}
},
outputSelection: {
'*': {
@ -22,5 +21,6 @@ function compilerInput (contracts) {
'*': [ 'abi', 'metadata', 'evm.legacyAssembly', 'evm.bytecode', 'evm.deployedBytecode', 'evm.methodIdentifiers', 'evm.gasEstimates' ]
}
}
}
})
}

Loading…
Cancel
Save