Merge
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user