innerring: provide alphabetState
param to epochTimer
#206
1 changed files with 1 additions and 0 deletions
|
@ -323,6 +323,7 @@ func (s *Server) createIRFetcher() irFetcher {
|
|||
func (s *Server) initTimers(cfg *viper.Viper, processors *serverProcessors, morphClients *serverMorphClients) {
|
||||
s.epochTimer = newEpochTimer(&epochTimerArgs{
|
||||
l: s.log,
|
||||
alphabetState: s,
|
||||
newEpochHandlers: s.newEpochTickHandlers(),
|
||||
cnrWrapper: morphClients.CnrClient,
|
||||
epoch: s,
|
||||
|
|
Loading…
Reference in a new issue