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

core/state/snapshot: remove noop map item assignment
This commit is contained in:
Péter Szilágyi 2022-04-07 12:58:44 +03:00 committed by GitHub
commit 9fd8825d5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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{