We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655386d commit 69a61f5Copy full SHA for 69a61f5
eth/tracers/sentio/prestate.go
@@ -211,7 +211,7 @@ func (t *sentioPrestateTracer) CaptureTxEnd(restGas uint64) {
211
newNonce := t.env.StateDB.GetNonce(addr)
212
newCode := t.env.StateDB.GetCode(addr)
213
postAccount.CodeAddress = state.CodeAddress
214
- postAccount.MappingKeys = state.MappingKeys
+ postAccount.MappingKeys = t.pre[addr].MappingKeys
215
216
if newBalance.Cmp(t.pre[addr].Balance) != 0 {
217
modified = true
0 commit comments