Skip to content

Commit

Permalink
e3: dont fetch code hash in unwind (#7416)
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov authored May 1, 2023
1 parent 6cfd2ce commit 419cab5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/state/rw_v3.go
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@ func (rs *StateV3) Unwind(ctx context.Context, tx kv.RwTx, txUnwindTo uint64, ag
}
currentInc = acc.Incarnation
// Fetch the code hash
recoverCodeHashPlain(&acc, tx, k)
var address common.Address
copy(address[:], k)

Expand Down

0 comments on commit 419cab5

Please sign in to comment.