no need to start stream handler using libp2p

Signed-off-by: Leo Chen <leo@harmony.one>
pull/405/head
Leo Chen 6 years ago
parent 7b16b3ceda
commit 715962ad87
  1. 3
      cmd/harmony.go

@ -275,5 +275,8 @@ func main() {
go currentNode.SupportSyncing() go currentNode.SupportSyncing()
currentNode.ServiceManagerSetup() currentNode.ServiceManagerSetup()
currentNode.RunServices() currentNode.RunServices()
if !*libp2pPD {
currentNode.StartServer() currentNode.StartServer()
} }
}

Loading…
Cancel
Save