mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-09 01:26:36 +00:00
core/state/snapshot: fix difflayer origin-initalization after flatten
This commit is contained in:
parent
351a5903b0
commit
d5d7c0c24b
1 changed files with 1 additions and 0 deletions
|
|
@ -396,6 +396,7 @@ func (dl *diffLayer) flatten() snapshot {
|
||||||
// Return the combo parent
|
// Return the combo parent
|
||||||
return &diffLayer{
|
return &diffLayer{
|
||||||
parent: parent.parent,
|
parent: parent.parent,
|
||||||
|
origin: parent.origin,
|
||||||
root: dl.root,
|
root: dl.root,
|
||||||
storageList: parent.storageList,
|
storageList: parent.storageList,
|
||||||
storageData: parent.storageData,
|
storageData: parent.storageData,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue