Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
omritoptix authored Apr 25, 2024
1 parent 226329f commit 154773f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/governors/keeper/alias_functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (k Keeper) IterateBondedValidatorsByPower(ctx sdk.Context, fn func(index in
}
}

// Validator implements types.StakingComptability.
// Validator implements types.StakingCompatibility.
func (k Keeper) Validator(ctx sdk.Context, address sdk.ValAddress) stakingtypes.ValidatorI {
governor := k.Governor(ctx, address)
if governor == nil {
Expand Down

0 comments on commit 154773f

Please sign in to comment.