Skip to content

Commit

Permalink
feat: update status output data structure to align with sdk 50 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
avkr003 authored Nov 11, 2024
1 parent 1cca2cd commit 001d028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ type KeyOutput struct {
type StatusOutput struct {
SyncInfo struct {
LatestBlockHeight string `json:"latest_block_height"`
} `json:"SyncInfo"`
} `json:"sync_info"`
}

// ProposalsOutput represents the JSON structure of the output from the query proposals command
Expand Down

0 comments on commit 001d028

Please sign in to comment.