diff --git a/process/sync/storageBootstrap/baseStorageBootstrapper.go b/process/sync/storageBootstrap/baseStorageBootstrapper.go index 0ca3b557dae..6651fedde0e 100644 --- a/process/sync/storageBootstrap/baseStorageBootstrapper.go +++ b/process/sync/storageBootstrap/baseStorageBootstrapper.go @@ -531,7 +531,7 @@ func (st *storageBootstrapper) setCurrentBlockInfo( // set also last executed block info and header // this will be useful at transition to Supernova with headers v3 - st.blkc.SetLastExecutedBlockHeaderAndRootHash(header, headerHash, header.GetRootHash()) + st.blkc.SetLastExecutedBlockHeaderAndRootHash(header, headerHash, rootHash) lastExecResHandler, err := common.GetOrCreateLastExecutionResultForPrevHeader(header, headerHash) if err != nil {