peermgr: Undisable bootstrap
This commit is contained in:
parent
3d360167df
commit
d87d8a6db6
@ -44,7 +44,6 @@ type PeerMgr struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func NewPeerMgr(h host.Host, dht *dht.IpfsDHT, bootstrap dtypes.BootstrapPeers) *PeerMgr {
|
func NewPeerMgr(h host.Host, dht *dht.IpfsDHT, bootstrap dtypes.BootstrapPeers) *PeerMgr {
|
||||||
bootstrap = nil
|
|
||||||
pm := &PeerMgr{
|
pm := &PeerMgr{
|
||||||
h: h,
|
h: h,
|
||||||
dht: dht,
|
dht: dht,
|
||||||
|
Loading…
Reference in New Issue
Block a user