Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NagaTulasi committed Sep 30, 2024
1 parent 7ef2b18 commit c24d1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/cada/simulation/operation.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func WeightedOperations(

func SimulateMsgUpdateBlobStatus(ak authkeeper.AccountKeeper, bk bankkeeper.Keeper, k cadakeeper.Keeper) simtypes.Operation {
return func(
r *rand.Rand, app *baseapp.BaseApp, ctx sdk.Context, accs []simtypes.Account, chainID string,
r *rand.Rand, app *baseapp.BaseApp, ctx sdk.Context, accs []simtypes.Account, _ string,
) (simtypes.OperationMsg, []simtypes.FutureOperation, error) {
ctx = ctx.WithBlockHeight(20)
// Randomly select a sender account
Expand Down

0 comments on commit c24d1eb

Please sign in to comment.