File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
indexer-common/src/indexer-management Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -252,8 +252,7 @@ export class Agent {
252
252
} ,
253
253
)
254
254
255
- // TODO HORIZON: Uncomment this
256
- // this.reconciliationLoop()
255
+ this . reconciliationLoop ( )
257
256
return this
258
257
}
259
258
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export interface IndexerProvision {
22
22
23
23
protocolNetwork : string
24
24
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
26
26
thawingUntil : string
27
27
}
28
28
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ export class NetworkMonitor {
75
75
const isHorizon = await this . isHorizon ( )
76
76
77
77
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
79
79
const BLOCK_IN_SECONDS = 12n
80
80
const epochLengthInBlocks = await this . contracts . EpochManager . epochLength ( )
81
81
const epochLengthInSeconds = Number ( epochLengthInBlocks * BLOCK_IN_SECONDS )
You can’t perform that action at this time.
0 commit comments