Skip to content

Commit

Permalink
feat: emit more data in prom metrics, clean
Browse files Browse the repository at this point in the history
  • Loading branch information
dhanusaputra committed Apr 3, 2023
1 parent 1daaeaa commit 9c5f858
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion server/testdata/data/upgrade-info.json

This file was deleted.

2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type Info struct {
CosmosSdkVersion string `json:"cosmos_sdk_version" yaml:"cosmos_sdk_version"`
}

var NewInfo = func() Info {
func NewInfo() Info {
sdkVersion := getSDKVersion()
return Info{
Name: Name,
Expand Down

0 comments on commit 9c5f858

Please sign in to comment.