Skip to content

Commit

Permalink
Merge pull request #72 from terra-money/fix/71
Browse files Browse the repository at this point in the history
fix: update alliance through cli
  • Loading branch information
emidev98 authored Jan 25, 2023
2 parents 7d099c1 + 6aec046 commit 6249c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/alliance/client/cli/gov.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func UpdateAlliance() *cobra.Command {
return err
}

content := types.NewMsgCreateAllianceProposal(
content := types.NewMsgUpdateAllianceProposal(
title,
description,
args[0],
Expand Down

0 comments on commit 6249c75

Please sign in to comment.