forked from cerc-io/plugeth
Cleaned up some unused functions
This commit is contained in:
parent
dac93ed616
commit
a4049fb85c
@ -68,7 +68,8 @@
|
||||
<button type="button" onClick="createExampleContract();">create example contract</button>
|
||||
</div>
|
||||
<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 id="result"></div>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user