Skip to content

Commit

Permalink
hop-node: reintro pollsync
Browse files Browse the repository at this point in the history
  • Loading branch information
shanefontaine committed Nov 10, 2023
1 parent 3c318a2 commit 11aff5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/hop-node/src/watchers/SyncWatcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ class SyncWatcher extends BaseWatcher {
this.started = true
try {
await Promise.all([
this.pollGasCost()
// this.pollSync()
this.pollGasCost(),
this.pollSync()
])
} catch (err) {
this.logger.error(`sync watcher error: ${err.message}\ntrace: ${err.stack}`)
Expand Down

0 comments on commit 11aff5d

Please sign in to comment.