mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
core/overlay: copy BaseRoot in TransitionState.Copy
This commit is contained in:
parent
c2fcc27132
commit
09e6bccf6b
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ func (ts *TransitionState) Copy() *TransitionState {
|
||||||
CurrentSlotHash: ts.CurrentSlotHash,
|
CurrentSlotHash: ts.CurrentSlotHash,
|
||||||
CurrentPreimageOffset: ts.CurrentPreimageOffset,
|
CurrentPreimageOffset: ts.CurrentPreimageOffset,
|
||||||
StorageProcessed: ts.StorageProcessed,
|
StorageProcessed: ts.StorageProcessed,
|
||||||
|
BaseRoot: ts.BaseRoot,
|
||||||
}
|
}
|
||||||
if ts.CurrentAccountAddress != nil {
|
if ts.CurrentAccountAddress != nil {
|
||||||
addr := *ts.CurrentAccountAddress
|
addr := *ts.CurrentAccountAddress
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue