sign with GPG

This commit is contained in:
andri lim 2019-01-28 20:58:06 +07:00
parent c0484adfa0
commit 33716888df
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 2 additions and 0 deletions

View File

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