Skip to content

Commit

Permalink
MakeFile: Rename ServerName as AppName (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
damoncro authored Oct 26, 2021
1 parent 5e60034 commit 8636d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BUILDDIR ?= $(CURDIR)/build
LEDGER_ENABLED ?= true

ldflags = -X github.com/cosmos/cosmos-sdk/version.Name=cronos \
-X github.com/cosmos/cosmos-sdk/version.ServerName=cronosd \
-X github.com/cosmos/cosmos-sdk/version.AppName=cronosd \
-X github.com/cosmos/cosmos-sdk/version.Version=$(VERSION) \
-X github.com/cosmos/cosmos-sdk/version.Commit=$(COMMIT)

Expand Down

0 comments on commit 8636d22

Please sign in to comment.