We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fcc27 commit 09e6bccCopy full SHA for 09e6bcc
core/overlay/state_transition.go
@@ -60,6 +60,7 @@ func (ts *TransitionState) Copy() *TransitionState {
60
CurrentSlotHash: ts.CurrentSlotHash,
61
CurrentPreimageOffset: ts.CurrentPreimageOffset,
62
StorageProcessed: ts.StorageProcessed,
63
+ BaseRoot: ts.BaseRoot,
64
}
65
if ts.CurrentAccountAddress != nil {
66
addr := *ts.CurrentAccountAddress
0 commit comments