Skip to content

Commit

Permalink
coreapi dht: add a note on name change
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
  • Loading branch information
magik6k authored and Stebalien committed Aug 15, 2018
1 parent 28b468c commit 0fe9ab9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/coreapi/interface/dht.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import (
)

// DhtAPI specifies the interface to the DHT
// Note: This API will likely get renamed in near future, see
// https://github.com/ipfs/interface-ipfs-core/issues/249 for more context.
type DhtAPI interface {
// FindPeer queries the DHT for all of the multiaddresses associated with a
// Peer ID
Expand Down

0 comments on commit 0fe9ab9

Please sign in to comment.