minimal-tilt-fix: Lets make this ready even if the chain is not ticking
This commit is contained in:
parent
2dc4faa084
commit
9fd4c7d6e1
|
@ -239,7 +239,6 @@ func (e *Watcher) Run(ctx context.Context) error {
|
||||||
}
|
}
|
||||||
e.next_round = e.next_round + 1
|
e.next_round = e.next_round + 1
|
||||||
|
|
||||||
readiness.SetReady(common.ReadinessAlgorandSyncing)
|
|
||||||
currentAlgorandHeight.Set(float64(e.next_round))
|
currentAlgorandHeight.Set(float64(e.next_round))
|
||||||
p2p.DefaultRegistry.SetNetworkStats(vaa.ChainIDAlgorand, &gossipv1.Heartbeat_Network{
|
p2p.DefaultRegistry.SetNetworkStats(vaa.ChainIDAlgorand, &gossipv1.Heartbeat_Network{
|
||||||
Height: int64(e.next_round),
|
Height: int64(e.next_round),
|
||||||
|
@ -251,6 +250,7 @@ func (e *Watcher) Run(ctx context.Context) error {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
readiness.SetReady(common.ReadinessAlgorandSyncing)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue