Skip to content

Commit

Permalink
Merge branch 'devel' into issue/prover_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
r0wdy1 authored Aug 16, 2024
2 parents c8e3733 + 6e75e4b commit 8468dcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zp-relayer/watcher/Watcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export class Watcher<N extends Network> {

const fromBlock = this.lastProcessedBlock + 1


const rangeEndBlock = fromBlock + this.config.batchSize
let toBlock = Math.min(lastBlockToProcess, rangeEndBlock)

Expand Down

0 comments on commit 8468dcf

Please sign in to comment.