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] = ""; } },