Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
belopash committed Sep 30, 2024
1 parent f3b112d commit a8299a4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions processor/batch-processor/src/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,6 @@ export class Processor<B extends BlockBase, S> {

// remove all hot block to start from the finalized head
state = {...state, top: []}
if (this.db.supportsHotBlocks) {
await this.db.transactHot(
{
finalizedHead: state,
baseHead: state,
newBlocks: [],
},
async () => {}
)
}

if (state.height >= 0) {
log.info(`last processed final block was ${state.height}`)
Expand Down

0 comments on commit a8299a4

Please sign in to comment.