Skip to content

Commit

Permalink
fix: last updated metric
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsower committed Jul 25, 2024
1 parent 668da07 commit c882dc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/scan/ScanServiceV3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export class ScanServiceV3 extends AbstractScanService {
await this.oracle.update(blockNumber);
await this.updateAccounts(blockNumber);
this.#processing = null;
this._lastUpdated = blockNumber;
}

/**
Expand Down

0 comments on commit c882dc3

Please sign in to comment.