aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/qml/webapp.qml
diff options
context:
space:
mode:
Diffstat (limited to 'ethereal/assets/qml/webapp.qml')
-rw-r--r--ethereal/assets/qml/webapp.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/assets/qml/webapp.qml b/ethereal/assets/qml/webapp.qml
index 7bcdc1610..e6d0f5c14 100644
--- a/ethereal/assets/qml/webapp.qml
+++ b/ethereal/assets/qml/webapp.qml
@@ -195,7 +195,7 @@ ApplicationWindow {
case "getEachStorage":
require(1);
- var storage = eth.getEachStorage(data.args[0])
+ var storage = JSON.parse(eth.getEachStorage(data.args[0]))
postData(data._seed, storage)
break