Unverified Commit 9fd8825d authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

Merge pull request #24659 from karalabe/snapshot-remove-noo

core/state/snapshot: remove noop map item assignment
parents 65825cd1 f6891ba4
......@@ -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{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment