diff --git a/dht.go b/dht.go index bf2b7c54954..21652f073d1 100644 --- a/dht.go +++ b/dht.go @@ -40,8 +40,6 @@ var ProtocolDHTOld protocol.ID = "/ipfs/dht" // collect members of the routing table. const NumBootstrapQueries = 5 -// TODO. SEE https://github.com/jbenet/node-ipfs/blob/master/submodules/ipfs-dht/index.js - // IpfsDHT is an implementation of Kademlia with Coral and S/Kademlia modifications. // It is used to implement the base IpfsRouting module. type IpfsDHT struct {