mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-03 18:13:48 +00:00
Merge pull request #24659 from karalabe/snapshot-remove-noo
core/state/snapshot: remove noop map item assignment
This commit is contained in:
commit
9fd8825d5a
1 changed files with 0 additions and 1 deletions
|
|
@ -470,7 +470,6 @@ func (dl *diffLayer) flatten() snapshot {
|
|||
for storageHash, data := range storage {
|
||||
comboData[storageHash] = data
|
||||
}
|
||||
parent.storageData[accountHash] = comboData
|
||||
}
|
||||
// Return the combo parent
|
||||
return &diffLayer{
|
||||
|
|
|
|||
Loading…
Reference in a new issue