peermgr: Undisable bootstrap

This commit is contained in:
Łukasz Magiera 2019-11-08 21:31:48 +01:00
parent 3d360167df
commit d87d8a6db6

View File

@ -44,7 +44,6 @@ type PeerMgr struct {
}
func NewPeerMgr(h host.Host, dht *dht.IpfsDHT, bootstrap dtypes.BootstrapPeers) *PeerMgr {
bootstrap = nil
pm := &PeerMgr{
h: h,
dht: dht,