Skip to content

Commit

Permalink
hop-node: use correct pending log
Browse files Browse the repository at this point in the history
  • Loading branch information
shanefontaine committed Nov 9, 2023
1 parent 260e959 commit fe03ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hop-node/src/watchers/CommitTransfersWatcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class CommitTransfersWatcher extends BaseWatcher {
!pendingCountOk &&
(
this.chainSlug === Chain.Polygon ||
this.chainSlug === Chain.Linea
chainIdToSlug(destinationChainId) === Chain.Linea
)
) {
this.logger.warn(
Expand Down

0 comments on commit fe03ba4

Please sign in to comment.