mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-23 09:18:29 +00:00
sign with GPG
This commit is contained in:
parent
c0484adfa0
commit
33716888df
@ -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] = "";
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user