diff options
author | obscuren <geffobscura@gmail.com> | 2014-08-15 19:16:07 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-08-15 19:16:07 +0800 |
commit | a6c4543c575b52b943ff54f74c9d650d73175fe0 (patch) | |
tree | 23473e3076be6b394db680a5149cb8006f00a9db /ethereal/assets/ext/test.html | |
parent | c362172567e7bd499ea0d0bcf84c54a9b7788614 (diff) | |
download | go-tangerine-a6c4543c575b52b943ff54f74c9d650d73175fe0.tar go-tangerine-a6c4543c575b52b943ff54f74c9d650d73175fe0.tar.gz go-tangerine-a6c4543c575b52b943ff54f74c9d650d73175fe0.tar.bz2 go-tangerine-a6c4543c575b52b943ff54f74c9d650d73175fe0.tar.lz go-tangerine-a6c4543c575b52b943ff54f74c9d650d73175fe0.tar.xz go-tangerine-a6c4543c575b52b943ff54f74c9d650d73175fe0.tar.zst go-tangerine-a6c4543c575b52b943ff54f74c9d650d73175fe0.zip |
Moving over to ethpipe
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 0d6b710fa..980001f90 100644 --- a/ethereal/assets/ext/test.html +++ b/ethereal/assets/ext/test.html @@ -25,6 +25,10 @@ function test() { eth.getEachStorageAt("9ef0f0d81e040012600b0c1abdef7c48f720f88a", function(a, b) { console.log(a,b) }) + + eth.getBlock("f70097659f329a09642a27f11338d9269de64f1d4485786e36bfc410832148cd", function(block) { + console.log(block) + }) } </script> |