Skip to content

Commit

Permalink
Merge pull request ipfs#30 from JustinDrake/patch-1
Browse files Browse the repository at this point in the history
Remove outdated comment; fixes ipfs#23
  • Loading branch information
Kubuxu authored Nov 15, 2016
2 parents e1437ab + 88aba96 commit 6d0b6be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dht.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6d0b6be

Please sign in to comment.