Commit fad1c7da authored by Jeromy's avatar Jeromy Committed by Juan Batiz-Benet

clean peerset constructor names

parent 4fd7da03
......@@ -212,7 +212,7 @@ func (bs *bitswap) sendWantlistToProviders(ctx context.Context, wantlist *wantli
message.AddEntry(e.Key, e.Priority)
}
ps := pset.NewPeerSet()
ps := pset.New()
// Get providers for all entries in wantlist (could take a while)
wg := sync.WaitGroup{}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment