Remove contact from nodes.json

closes #3
This commit is contained in:
Julian Kornberger 2016-10-07 22:46:57 +02:00
parent 8c09687e86
commit 00df010870
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package data
type NodeInfo struct {
NodeId string `json:"node_id"`
Network Network `json:"network"`
Owner *Owner `json:"owner,omitempty"`
Owner *Owner `json:"-"` // Removed for privacy reasons
System System `json:"system"`
Hostname string `json:"hostname"`
Location *Location `json:"location,omitempty"`