Skip to content

Commit

Permalink
fix: cli for set scaling factor (#8234) (#8238)
Browse files Browse the repository at this point in the history
* fix cli fro set scaling factor

* add nolint

(cherry picked from commit cd4b84f)

Co-authored-by: Adam Tucker <[email protected]>
  • Loading branch information
mergify[bot] and czarcas7ic authored May 8, 2024
1 parent 330024e commit 4cc7cd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/gamm/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ Sample proposal with flags
osmocli.AddCommonProposalFlags(cmd)
cmd.Flags().Uint64(FlagPoolId, 0, "stableswap pool-id")
cmd.Flags().String(FlagScalingFactorControllerAddress, "", "target scaling factor controller address")
cmd.Flags().String(govcli.FlagProposal, "", "proposal file path") //nolint:staticcheck

return cmd
}
Expand Down

0 comments on commit 4cc7cd8

Please sign in to comment.