Cleaned up some unused functions

pull/272/merge
Lefteris Karapetsas 10 years ago
parent dac93ed616
commit a4049fb85c
  1. 3
      example/natspec_contract.html

@ -68,7 +68,8 @@
<button type="button" onClick="createExampleContract();">create example contract</button> <button type="button" onClick="createExampleContract();">create example contract</button>
</div> </div>
<div id='call' style='visibility: hidden;'> <div id='call' style='visibility: hidden;'>
<input type="number" id="value" onkeyup='callExampleContract()'></input> <input type="number" id="value"></input>
<button type="button" onClick="callExampleContract()">Call Contract</button>
</div> </div>
<div id="result"></div> <div id="result"></div>
</body> </body>

Loading…
Cancel
Save