Skip to content

Commit

Permalink
refactor: (wasp-cli) disable-gas-policy -> disable-feepolicy, for con…
Browse files Browse the repository at this point in the history
…sistency
  • Loading branch information
jorgemmsilva committed Sep 19, 2023
1 parent b9e39d7 commit 45a3287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wasp-cli/chain/governance.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func initDisableFeePolicyCmd() *cobra.Command {
var chain string

cmd := &cobra.Command{
Use: "disable-gas-policy",
Use: "disable-feepolicy",
Short: "set token charged by each gas to free.",
Run: func(cmd *cobra.Command, args []string) {
node = waspcmd.DefaultWaspNodeFallback(node)
Expand Down

0 comments on commit 45a3287

Please sign in to comment.