Skip to content

Commit 09e6bcc

Browse files
authored
core/overlay: copy BaseRoot in TransitionState.Copy
1 parent c2fcc27 commit 09e6bcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/overlay/state_transition.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ func (ts *TransitionState) Copy() *TransitionState {
6060
CurrentSlotHash: ts.CurrentSlotHash,
6161
CurrentPreimageOffset: ts.CurrentPreimageOffset,
6262
StorageProcessed: ts.StorageProcessed,
63+
BaseRoot: ts.BaseRoot,
6364
}
6465
if ts.CurrentAccountAddress != nil {
6566
addr := *ts.CurrentAccountAddress

0 commit comments

Comments
 (0)