From 70083a03c9ab192da350255c7d48f382900d4a7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 3 Jul 2019 15:22:41 -0400 Subject: [PATCH] fix json key typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- json.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json.go b/json.go index 75e0c01..e028d18 100644 --- a/json.go +++ b/json.go @@ -13,7 +13,7 @@ type NodeInfo struct { } type NodeInfoPorts struct { - Discovery int `json:"discovert"` + Discovery int `json:"discovery"` Listener int `json:"listener"` }