mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-12 01:41:36 +00:00
pass ci
This commit is contained in:
parent
8c696939f2
commit
dcf422d3b4
1 changed files with 0 additions and 1 deletions
|
|
@ -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).
|
||||
addrs := slices.SortedFunc(maps.Keys(*diff), common.Address.Cmp)
|
||||
|
||||
|
||||
// Tracks destinations of precompiles that were moved.
|
||||
dirtyAddrs := make(map[common.Address]struct{})
|
||||
for _, addr := range addrs {
|
||||
|
|
|
|||
Loading…
Reference in a new issue