updated the tooltip of "Runs"

pull/5370/head
LianaHus 4 years ago committed by Liana Husikyan
parent d928e68e67
commit 617d07585e
  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