Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
move streaming set to thirdparty
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 Sep 11, 2018
1 parent da52b4b commit 03a210b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dht.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

// DhtAPI specifies the interface to the DHT
// Note: This API will likely get renamed in near future, see
// Note: This API will likely get deprecated 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
Expand Down

0 comments on commit 03a210b

Please sign in to comment.