Commit 7a48ab40 authored by LianaHus's avatar LianaHus Committed by Liana Husikyan

updated the tooltip of "Runs"

parent d13fea7e
......@@ -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')
......
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