Commit 5d8988f3 authored by vyzo's avatar vyzo
Browse files

add comment about the unstable nature of BasicHost.PushIdentify

parent 69144bd7
......@@ -258,6 +258,7 @@ func (h *BasicHost) newStreamHandler(s inet.Stream) {
}
// PushIdentify pushes an identify update through the identify push protocol
// Warning: this interface is unstable and may disappear in the future.
func (h *BasicHost) PushIdentify() {
h.ids.Push()
}
......
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