re-enable libp2p by default

Signed-off-by: Leo Chen <leo@harmony.one>
pull/238/head
Leo Chen 6 years ago
parent 9824434b3d
commit cc322ce3ff
  1. 2
      p2p/p2pimpl/p2pimpl.go

@ -10,7 +10,7 @@ import (
// Version The version number of p2p library
// 1 - Direct socket connection
// 2 - libp2p
const Version = 1
const Version = 2
// NewHost starts the host
func NewHost(peer p2p.Peer) host.Host {

Loading…
Cancel
Save