Skip to content

Commit

Permalink
Hot patch, remove next iterator count addition
Browse files Browse the repository at this point in the history
  • Loading branch information
Udit authored and Udit committed Jun 17, 2024
1 parent d99c452 commit c1d8820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/seeder/src/utils/seeder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export async function loopThroughBlocks(

await cb(currentBlock, nextBlock)

currentBlock = nextBlock + 1n
currentBlock = nextBlock
}

return lastBlock
Expand Down

0 comments on commit c1d8820

Please sign in to comment.