mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-15 12:36:48 +00:00
core/state/snapshot: remove noop map item assignment
This commit is contained in:
parent
65825cd134
commit
f6891ba40d
1 changed files with 0 additions and 1 deletions
|
|
@ -470,7 +470,6 @@ func (dl *diffLayer) flatten() snapshot {
|
||||||
for storageHash, data := range storage {
|
for storageHash, data := range storage {
|
||||||
comboData[storageHash] = data
|
comboData[storageHash] = data
|
||||||
}
|
}
|
||||||
parent.storageData[accountHash] = comboData
|
|
||||||
}
|
}
|
||||||
// Return the combo parent
|
// Return the combo parent
|
||||||
return &diffLayer{
|
return &diffLayer{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue