Skip to content

Commit

Permalink
chore: lint and help message bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hacheigriega committed Feb 26, 2024
1 parent e51ad9d commit d47bdfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/sedad/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func NewRootCmd() *cobra.Command {
WithViper("")

rootCmd := &cobra.Command{
Use: app.Name + "d",
Use: "sedad",
Short: "Start sedachain node",
PersistentPreRunE: func(cmd *cobra.Command, _ []string) error {
// set the default command outputs
Expand Down
2 changes: 1 addition & 1 deletion x/vesting/simulation/operations.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ func simulateMsgDelegate(
originalVesting sdk.Coins,
) simtypes.Operation {
return func(
r *rand.Rand, _ *baseapp.BaseApp, ctx sdk.Context, _ []simtypes.Account, chainID string,
r *rand.Rand, _ *baseapp.BaseApp, ctx sdk.Context, _ []simtypes.Account, _ string,
) (simtypes.OperationMsg, []simtypes.FutureOperation, error) {
msgType := sdk.MsgTypeURL(&stakingtypes.MsgDelegate{})
denom, err := sk.BondDenom(ctx)
Expand Down

0 comments on commit d47bdfe

Please sign in to comment.