Skip to content

Commit

Permalink
lint: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hacheigriega committed Feb 15, 2024
1 parent 556006f commit 8a3e964
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, accs []simtypes.Account, chainID string,
r *rand.Rand, _ *baseapp.BaseApp, ctx sdk.Context, _ []simtypes.Account, chainID string,

Check warning on line 224 in x/vesting/simulation/operations.go

View workflow job for this annotation

GitHub Actions / golangci

unused-parameter: parameter 'chainID' seems to be unused, consider removing or renaming it as _ (revive)

Check warning on line 224 in x/vesting/simulation/operations.go

View workflow job for this annotation

GitHub Actions / golangci

unused-parameter: parameter 'chainID' seems to be unused, consider removing or renaming it as _ (revive)

Check failure on line 224 in x/vesting/simulation/operations.go

View workflow job for this annotation

GitHub Actions / golangci

unused-parameter: parameter 'chainID' seems to be unused, consider removing or renaming it as _ (revive)
) (simtypes.OperationMsg, []simtypes.FutureOperation, error) {
msgType := sdk.MsgTypeURL(&stakingtypes.MsgDelegate{})
denom, err := sk.BondDenom(ctx)
Expand Down

0 comments on commit 8a3e964

Please sign in to comment.