mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-19 09:30:41 +00:00
Cleaned up some unused functions
This commit is contained in:
parent
dac93ed616
commit
a4049fb85c
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue