Skip to content

Commit

Permalink
chore: using notifyNeighbor goroutine func
Browse files Browse the repository at this point in the history
  • Loading branch information
EclesioMeloJunior committed Jul 22, 2022
1 parent af18a24 commit 27e6e38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/grandpa/grandpa.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ func (s *Service) Start() error {
}
}()

go s.notifyNeighbor(neighbourMessageInterval)

return nil
}

Expand Down

0 comments on commit 27e6e38

Please sign in to comment.