aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/ext/test.html
diff options
context:
space:
mode:
Diffstat (limited to 'ethereal/assets/ext/test.html')
-rw-r--r--ethereal/assets/ext/test.html4
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>