diff --git a/cmd/kava/cmd/status.go b/cmd/kava/cmd/status.go index 3fb4b6e8..3a36691b 100644 --- a/cmd/kava/cmd/status.go +++ b/cmd/kava/cmd/status.go @@ -31,7 +31,7 @@ type validatorInfo struct { type resultStatus struct { NodeInfo p2p.DefaultNodeInfo `json:"node_info"` SyncInfo ctypes.SyncInfo `json:"sync_info"` - ValidatorInfo validatorInfo `json:"validator_info` + ValidatorInfo validatorInfo `json:"validator_info"` } // StatusCommand returns the command to return the status of the network.