From 0e6547616581397c90b84806a7156209302cc6dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Fri, 7 Jun 2019 16:39:30 +0200 Subject: [PATCH] constructor: port #6415 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit License: MIT Signed-off-by: Ɓukasz Magiera --- core/coreapi/node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/coreapi/node.go b/core/coreapi/node.go index 0e908ed8e99..60104119945 100644 --- a/core/coreapi/node.go +++ b/core/coreapi/node.go @@ -98,11 +98,11 @@ const ( Libp2pDiscoveryHandler Libp2pAddrFilters - Libp2pMDNS // SetupDiscovery Libp2pAddrsFactory // TODO: better name? Libp2pSmuxTransport Libp2pRelay Libp2pStartListening + Libp2pMDNS Libp2pSecurity