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. 5
      cmd/harmony.go

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

Loading…
Cancel
Save