Skip to content

Commit

Permalink
Fix underscore casing of the deprecated field
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Nov 13, 2024
1 parent 7d5c6e5 commit dbf0d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/internal/methods/get_version_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type GetVersionInfoResponse struct {
//nolint:tagliatelle
CommitHashDeprecated string `json:"commit_hash"`
//nolint:tagliatelle
BuildTimestampDeprecated string `json:"build_timestamp"`
BuildTimestampDeprecated string `json:"build_time_stamp"`
//nolint:tagliatelle
CaptiveCoreVersionDeprecated string `json:"captive_core_version"`
//nolint:tagliatelle
Expand Down

0 comments on commit dbf0d42

Please sign in to comment.