Revert "save"

This reverts commit 104ed39729.
This commit is contained in:
alex.sharov 2022-02-09 14:25:33 +07:00
parent 104ed39729
commit ab623773c6

View File

@ -211,6 +211,7 @@ func StageLoopStep(
notifications.Accumulator.SendAndReset(ctx, notifications.StateChangesConsumer, pendingBaseFee.Uint64(), header.GasLimit) notifications.Accumulator.SendAndReset(ctx, notifications.StateChangesConsumer, pendingBaseFee.Uint64(), header.GasLimit)
return stagedsync.NotifyNewHeaders(ctx, finishProgressBefore, head, sync.PrevUnwindPoint(), notifications.Events, tx) return stagedsync.NotifyNewHeaders(ctx, finishProgressBefore, head, sync.PrevUnwindPoint(), notifications.Events, tx)
}); err != nil { }); err != nil {
return headBlockHash, err return headBlockHash, err
} }