Skip to content

Commit

Permalink
Update subgraphs.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigone authored Nov 11, 2024
1 parent dfb6c93 commit 9ac367f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/indexer-common/src/subgraphs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ export class SubgraphFreshnessChecker {
if (blockDistance < 0) {
// Invariant violated: Subgraph can't be ahead of network latest block
const errorMsg = `${this.subgraphName}'s latest indexed block (${latestIndexedBlock}) is higher than Network's latest block (${latestNetworkBlock})`
this.logger.trace(errorMsg, logInfo
this.logger.trace(errorMsg, logInfo)
}

if (blockDistance > this.threshold) {
Expand Down

0 comments on commit 9ac367f

Please sign in to comment.