This commit is contained in:
obscuren
2014-04-25 10:34:57 +02:00
3 changed files with 68 additions and 70 deletions

View File

@ -14,13 +14,6 @@ function createTransaction() {
})
}
// Any test related actions here please
function tests() {
eth.getKey(function(keys) {
debug(keys)
})
}
function init() {
eth.getKey(function(key) {
eth.getStorage(jefcoinAddr, key, function(storage) {
@ -55,9 +48,6 @@ input[type="text"] {
<button onclick="createTransaction();">Send Tx</button>
</div>
<div><button onclick="tests();">Tests</button></div>
<div id="debug" style="border: 1px solid block"></div>
</body>