Commit da52b4bf authored by Łukasz Magiera's avatar Łukasz Magiera Committed by Steven Allen

coreapi dht: add a note on name change

License: MIT
Signed-off-by: default avatarŁukasz Magiera <magik6k@gmail.com>
parent 656fc75b
......@@ -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
......
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