Commit 17843a4e authored by yann300's avatar yann300

change tx origin warning message

parent a677d9e1
......@@ -31,7 +31,6 @@ staticAnalysisView.prototype.render = function () {
var view = yo`<div>
<strong>Static Analysis</strong>
<div>Select analyser to run against current compiled contracts <label><input id="autorunstaticanalysis" type="checkbox" checked="true">Auto run Static Analysis</label></div>
<br />
${this.modulesView}
<div>
<button onclick=${function () { self.run() }} >Run</button>
......
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