Skip to content

Commit

Permalink
core/state/snapshot: remove noop map item assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe authored and JacekGlen committed May 26, 2022
1 parent 770b2f5 commit 942032d
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 942032d

Please sign in to comment.