Skip to content

Commit

Permalink
Fix typo in getVersionInfo's deprecated build_time_stamp field (#327
Browse files Browse the repository at this point in the history
)

Co-authored-by: Alfonso Acosta <[email protected]>
  • Loading branch information
Shaptic and 2opremio authored Nov 13, 2024
1 parent 4f10b54 commit c7e9737
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 c7e9737

Please sign in to comment.