mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +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,
|
||||
CurrentPreimageOffset: ts.CurrentPreimageOffset,
|
||||
StorageProcessed: ts.StorageProcessed,
|
||||
BaseRoot: ts.BaseRoot,
|
||||
}
|
||||
if ts.CurrentAccountAddress != nil {
|
||||
addr := *ts.CurrentAccountAddress
|
||||
|
|
|
|||
Loading…
Reference in a new issue