Skip to content

Commit

Permalink
fix: rest after update latest height
Browse files Browse the repository at this point in the history
  • Loading branch information
ALPAC-4 committed Nov 26, 2024
1 parent e7172ef commit 9bd3ea3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/workers/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ export class ChainWorker {
`<${this.chainId}> [latestHeightWorker] Max retry exceeded`
)
}
} finally {
await delay(1000)
}
}
}
Expand Down

0 comments on commit 9bd3ea3

Please sign in to comment.