Skip to content

Commit

Permalink
chore: fix wrong comment (#442)
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoxiangirl <[email protected]>
  • Loading branch information
xiaoxiangirl authored Jun 5, 2024
1 parent f2d2ad1 commit fee20c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/dist/types/expected_keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
)

// StakingKeeper expected staking keeper (noalias)
// SequencerKeeper expected sequencer keeper (noalias)
type SequencerKeeper interface {
GetSequencerByConsAddr(ctx sdk.Context, consAddr sdk.ConsAddress) (stakingtypes.Validator, bool)
}
Expand Down

0 comments on commit fee20c7

Please sign in to comment.