This commit is contained in:
frederick 2026-03-31 22:51:35 -04:00
parent 8c696939f2
commit dcf422d3b4

View file

@ -66,7 +66,6 @@ func (diff *StateOverride) Apply(statedb *state.StateDB, precompiles vm.Precompi
// Iterate in deterministic order so error messages and behavior are stable (e.g. for tests). // Iterate in deterministic order so error messages and behavior are stable (e.g. for tests).
addrs := slices.SortedFunc(maps.Keys(*diff), common.Address.Cmp) addrs := slices.SortedFunc(maps.Keys(*diff), common.Address.Cmp)
// Tracks destinations of precompiles that were moved. // Tracks destinations of precompiles that were moved.
dirtyAddrs := make(map[common.Address]struct{}) dirtyAddrs := make(map[common.Address]struct{})
for _, addr := range addrs { for _, addr := range addrs {