core/types: fix merging state mutations (EIP-7928) (#34640)

This commit is contained in:
Sina M 2026-04-07 14:57:43 +02:00 committed by GitHub
parent 6a79e3693b
commit 60096253be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -104,6 +104,7 @@ func (s StateMutations) Merge(next StateMutations) {
}
}
}
s[account] = mut
} else {
s[account] = *diff.Copy()
}