core/state/snapshot: remove noop map item assignment

pull/24659/head
Péter Szilágyi 2 years ago
parent 65825cd134
commit f6891ba40d
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D
  1. 1
      core/state/snapshot/difflayer.go

@ -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…
Cancel
Save