Skip to content

Commit

Permalink
remove grpc server
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiidb committed Apr 5, 2023
1 parent 76bfcdc commit 9c625b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,6 @@ func main() {
e.Logger.Fatal(err)
}
}
if c.EnableGRPC {
grpcServer.Stop()
svc.Logger.Info("GRPC server exited.")
}
//Wait for graceful shutdown of background routines
backgroundWg.Wait()
svc.Logger.Info("LNDhub exiting gracefully. Goodbye.")
Expand Down

0 comments on commit 9c625b3

Please sign in to comment.