fix json key typo

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-07-03 15:22:41 -04:00 committed by Jakub
parent e9909226f6
commit 70083a03c9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ type NodeInfo struct {
}
type NodeInfoPorts struct {
Discovery int `json:"discovert"`
Discovery int `json:"discovery"`
Listener int `json:"listener"`
}