Skip to content

Commit

Permalink
kava-v0.50.10-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
boodyvo committed Oct 24, 2024
1 parent f5b62d8 commit 2269119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ var (
// DefaultNodeHome default home directories for the application daemon
DefaultNodeHome string

ac = addresscodec.NewBech32Codec("cosmos")
ac = addresscodec.NewBech32Codec("ethermint")

LegacyProposalHandler = govclient.NewProposalHandler(func() *cobra.Command { return upgradeclient.NewCmdSubmitUpgradeProposal(ac) })
LegacyCancelProposalHandler = govclient.NewProposalHandler(func() *cobra.Command { return upgradeclient.NewCmdSubmitCancelUpgradeProposal(ac) })
Expand Down

0 comments on commit 2269119

Please sign in to comment.