Skip to content

Commit

Permalink
ci: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jim380 committed Feb 25, 2024
1 parent 8a3e964 commit 677ba00
Showing 1 changed file with 1 addition and 1 deletion.
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 677ba00

Please sign in to comment.