updated the tooltip of "Runs"

revert-603-optF
LianaHus 4 years ago committed by Liana Husikyan
parent d13fea7e84
commit 7a48ab4097
  1. 2
      apps/remix-ide/src/app/tabs/compileTab/compilerContainer.js

@ -198,7 +198,7 @@ class CompilerContainer {
id="runs"
placeholder="200"
type="number"
title="Number of optimisation runs."
title="Estimated number of times each opcode of the deployed code will be executed across the life-time of the contract."
onchange=${() => this.onchangeRuns()}
>`
if (this.compileTabLogic.optimize) this._view.runs.removeAttribute('disabled')

Loading…
Cancel
Save