mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-09 19:32:24 +08:00
implement dht findprovs and add error output to dht query
This commit is contained in:
@ -67,7 +67,6 @@ func (dht *IpfsDHT) GetClosestPeers(ctx context.Context, key u.Key) (<-chan peer
|
||||
filtered = append(filtered, dht.peerstore.PeerInfo(clp))
|
||||
}
|
||||
}
|
||||
log.Errorf("filtered: %v", filtered)
|
||||
|
||||
// For DHT query command
|
||||
notif.PublishQueryEvent(ctx, ¬if.QueryEvent{
|
||||
|
Reference in New Issue
Block a user