From 5d8988f3ee0d2ce8621972edbfc6ad090782fc6d Mon Sep 17 00:00:00 2001 From: vyzo Date: Tue, 30 Oct 2018 11:08:02 +0200 Subject: [PATCH] add comment about the unstable nature of BasicHost.PushIdentify --- p2p/host/basic/basic_host.go | 1 + 1 file changed, 1 insertion(+) diff --git a/p2p/host/basic/basic_host.go b/p2p/host/basic/basic_host.go index b5d2108..13452e2 100644 --- a/p2p/host/basic/basic_host.go +++ b/p2p/host/basic/basic_host.go @@ -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() } -- GitLab