Skip to content

Commit

Permalink
Update service.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rezbera committed Feb 10, 2025
1 parent 47c521e commit 75ea62b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions consensus/cometbft/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ func (s *Service) Start(
}

started := make(chan struct{})

// we start the node in a goroutine since calling Start() can block if genesis
// time is in the future causing us not to handle signals gracefully.
go func() {
Expand Down

0 comments on commit 75ea62b

Please sign in to comment.