Skip to content

Commit

Permalink
fix(x/evmstaking): remove unused param struct
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubpark committed Sep 9, 2024
1 parent 1636e11 commit f0e1cef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions client/x/evmstaking/keeper/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ import (
"github.com/piplabs/story/lib/errors"
)

type ValidatorSweepIndex struct {
nextValIndex sdk.IntProto
nextValDelIndex sdk.IntProto
}

func (k Keeper) MaxWithdrawalPerBlock(ctx context.Context) (uint32, error) {
params, err := k.GetParams(ctx)
if err != nil {
Expand Down

0 comments on commit f0e1cef

Please sign in to comment.