clean up service call in harmony

pull/380/head
Minh Doan 6 years ago committed by Minh Doan
parent 88dcf77b62
commit cc26461297
  1. 3
      cmd/harmony.go

@ -216,9 +216,6 @@ func main() {
}
go currentNode.SupportSyncing()
if consensus.IsLeader {
// go currentNode.SupportClient()
}
currentNode.ServiceManagerSetup()
currentNode.RunServices()
currentNode.StartServer()

Loading…
Cancel
Save