From 33716888df4da3e08ae0cb598684cb527efdb293 Mon Sep 17 00:00:00 2001 From: andri lim Date: Mon, 28 Jan 2019 20:58:06 +0700 Subject: [PATCH] sign with GPG --- premix/js_tracer.nim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/premix/js_tracer.nim b/premix/js_tracer.nim index 7e319398f..1399eefb9 100644 --- a/premix/js_tracer.nim +++ b/premix/js_tracer.nim @@ -19,6 +19,8 @@ const postStateTracer* = """{ var idx = toHex(key); this.lookupAccount(addr, db); if (this.postState[acc].storage[idx] === undefined) { + // bug in geth js tracer + // we will use eth_getProof to fill the storage later this.postState[acc].storage[idx] = ""; } },