Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Dec 18, 2024
1 parent 8a0e723 commit 1410712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulation/operations.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func SimulateMsgCreateValidator(txGen client.TxConfig, k keeper.Keeper) simtypes

vals, err := k.PendingValidators.Get(ctx)
if err != nil {
return simtypes.OperationMsg{}, nil, nil
return simtypes.OperationMsg{}, nil, nil // nolint:nilerr
}
for _, v := range vals.Validators {
if v.OperatorAddress == address.String() {
Expand Down

0 comments on commit 1410712

Please sign in to comment.