diff --git a/server.go b/server.go index b701c629..455c5b6f 100644 --- a/server.go +++ b/server.go @@ -277,7 +277,7 @@ type PeerInfo struct { Inbound bool `json:"inbound"` StartingHeight int32 `json:"startingheight"` BanScore int `json:"banscore,omitempty"` - SyncNode bool `json:"syncnode,omitempty"` + SyncNode bool `json:"syncnode"` } type getConnCountMsg struct {