aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/ext/test.html
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-08-15 07:07:40 +0800
committerobscuren <geffobscura@gmail.com>2014-08-15 07:07:40 +0800
commitc362172567e7bd499ea0d0bcf84c54a9b7788614 (patch)
treee1b15a860e6c2a286d441ef1e69bdfd0f0b64efb /ethereal/assets/ext/test.html
parentaadc5be3ff9e3818e41d83910b9730e5f1af042e (diff)
downloaddexon-c362172567e7bd499ea0d0bcf84c54a9b7788614.tar
dexon-c362172567e7bd499ea0d0bcf84c54a9b7788614.tar.gz
dexon-c362172567e7bd499ea0d0bcf84c54a9b7788614.tar.bz2
dexon-c362172567e7bd499ea0d0bcf84c54a9b7788614.tar.lz
dexon-c362172567e7bd499ea0d0bcf84c54a9b7788614.tar.xz
dexon-c362172567e7bd499ea0d0bcf84c54a9b7788614.tar.zst
dexon-c362172567e7bd499ea0d0bcf84c54a9b7788614.zip
Got rid of warnings and updated storage getters
Diffstat (limited to 'ethereal/assets/ext/test.html')
-rw-r--r--ethereal/assets/ext/test.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/ethereal/assets/ext/test.html b/ethereal/assets/ext/test.html
index b605e8dbd..0d6b710fa 100644
--- a/ethereal/assets/ext/test.html
+++ b/ethereal/assets/ext/test.html
@@ -22,6 +22,9 @@ function test() {
console.log("getMessages", messages)
});
+ eth.getEachStorageAt("9ef0f0d81e040012600b0c1abdef7c48f720f88a", function(a, b) {
+ console.log(a,b)
+ })
}
</script>