diff options
Diffstat (limited to 'ethereal/assets/ext/test.html')
-rw-r--r-- | ethereal/assets/ext/test.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ethereal/assets/ext/test.html b/ethereal/assets/ext/test.html index 629e98377..4bac7d36f 100644 --- a/ethereal/assets/ext/test.html +++ b/ethereal/assets/ext/test.html @@ -32,6 +32,10 @@ function test() { eth.getBlock("f70097659f329a09642a27f11338d9269de64f1d4485786e36bfc410832148cd", function(block) { console.log(block) }) + + eth.mutan("var a = 10", function(code) { + console.log("code", code) + }); } </script> |