From 77ded84ea580ae219802b96d5fb6bed389bfe998 Mon Sep 17 00:00:00 2001 From: Arceliar Date: Sat, 23 May 2020 12:21:23 -0500 Subject: [PATCH] simplify routerInterface --- src/yggdrasil/router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yggdrasil/router.go b/src/yggdrasil/router.go index cfb75a06..2ab38555 100644 --- a/src/yggdrasil/router.go +++ b/src/yggdrasil/router.go @@ -258,7 +258,7 @@ func (r *router) _handleNodeInfo(bs []byte, fromKey *crypto.BoxPubKey) { //////////////////////////////////////////////////////////////////////////////// -// routerInterface is a helper that implements peerInterface +// routerInterface is a helper that implements linkInterface type routerInterface struct { router *router }