Patch for concurrent iterator & others (onto v1.11.6) #386

Closed
roysc wants to merge 1565 commits from v1.11.6-statediff-v5 into master
Showing only changes of commit f6891ba40d - Show all commits

View File

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