Skip to content

Commit 557f002

Browse files
committed
chore: clean up todos
Signed-off-by: Tomás Migone <[email protected]>
1 parent dc590ce commit 557f002

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

packages/indexer-agent/src/agent.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,7 @@ export class Agent {
252252
},
253253
)
254254

255-
// TODO HORIZON: Uncomment this
256-
// this.reconciliationLoop()
255+
this.reconciliationLoop()
257256
return this
258257
}
259258

packages/indexer-cli/src/provisions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export interface IndexerProvision {
2222

2323
protocolNetwork: string
2424

25-
// TODO: This is not really a provision property, but useful to avoid creating new types
25+
// This is not really a provision property, but useful to avoid creating new types
2626
thawingUntil: string
2727
}
2828

packages/indexer-common/src/indexer-management/monitor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class NetworkMonitor {
7575
const isHorizon = await this.isHorizon()
7676

7777
if (isHorizon) {
78-
// TODO: this assumes a block time of 12 seconds which is true for current protocol chain but not always
78+
// TODO HORIZON: this assumes a block time of 12 seconds which is true for current protocol chain but not always
7979
const BLOCK_IN_SECONDS = 12n
8080
const epochLengthInBlocks = await this.contracts.EpochManager.epochLength()
8181
const epochLengthInSeconds = Number(epochLengthInBlocks * BLOCK_IN_SECONDS)

0 commit comments

Comments
 (0)