Skip to content

Commit fcd6ead

Browse files
committed
Add missing account lookups for trace
1 parent 8abaf92 commit fcd6ead

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eth/tracers/native/prestate.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ func (t *prestateTracer) OnTxStart(env *tracing.VMContext, tx *types.Transaction
161161
t.lookupAccount(from)
162162
t.lookupAccount(t.to)
163163
t.lookupAccount(env.Coinbase)
164+
t.lookupAccount(params.HistoryStorageAddress)
165+
t.lookupAccount(types.ArbosStateAddress)
164166

165167
// Add accounts with authorizations to the prestate before they get applied.
166168
for _, auth := range tx.SetCodeAuthorizations() {

0 commit comments

Comments
 (0)