Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MakMuftic committed Mar 21, 2024
1 parent 4214529 commit 8c3ff3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/proxy/healthchecker.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ func (h *HealthChecker) checkBlockNumber(c context.Context) (uint64, error) {
urlErr.URL = ""
}
h.logger.Error("could not fetch block number", "error", err)

return 0, err
}
h.logger.Debug("fetch block number completed", "blockNumber", uint64(blockNumber))
Expand Down

0 comments on commit 8c3ff3d

Please sign in to comment.