Skip to content

Commit

Permalink
Merge pull request ethereum#24659 from karalabe/snapshot-remove-noo
Browse files Browse the repository at this point in the history
core/state/snapshot: remove noop map item assignment
  • Loading branch information
karalabe authored and jagdeep sidhu committed Apr 12, 2022
1 parent 28f648e commit e12dedc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/state/snapshot/difflayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit e12dedc

Please sign in to comment.