Unverified Commit d5d7c0c2 authored by Martin Holst Swende's avatar Martin Holst Swende Committed by Péter Szilágyi

core/state/snapshot: fix difflayer origin-initalization after flatten

parent 351a5903
......@@ -396,6 +396,7 @@ func (dl *diffLayer) flatten() snapshot {
// Return the combo parent
return &diffLayer{
parent: parent.parent,
origin: parent.origin,
root: dl.root,
storageList: parent.storageList,
storageData: parent.storageData,
......
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