From 09e6bccf6b0c1b13a9b85604345254cdbe6ee50b Mon Sep 17 00:00:00 2001 From: Galoretka Date: Mon, 15 Sep 2025 10:18:08 +0300 Subject: [PATCH] core/overlay: copy BaseRoot in TransitionState.Copy --- core/overlay/state_transition.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/overlay/state_transition.go b/core/overlay/state_transition.go index 90b5c9431a..67ca0f9671 100644 --- a/core/overlay/state_transition.go +++ b/core/overlay/state_transition.go @@ -60,6 +60,7 @@ func (ts *TransitionState) Copy() *TransitionState { CurrentSlotHash: ts.CurrentSlotHash, CurrentPreimageOffset: ts.CurrentPreimageOffset, StorageProcessed: ts.StorageProcessed, + BaseRoot: ts.BaseRoot, } if ts.CurrentAccountAddress != nil { addr := *ts.CurrentAccountAddress