Skip to content

Commit

Permalink
Update x/blobstream/keeper/keeper.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Oct 13, 2023
1 parent d4e6dd3 commit deddb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/blobstream/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (k Keeper) DeserializeValidatorIterator(vals []byte) stakingtypes.ValAddres
return validators
}

// StakingKeeper restricts the functionality of the bank keeper used in the Blobstream
// StakingKeeper restricts the functionality of the bank keeper used in the blobstream
// keeper
type StakingKeeper interface {
GetValidator(ctx sdk.Context, addr sdk.ValAddress) (validator stakingtypes.Validator, found bool)
Expand Down

0 comments on commit deddb7b

Please sign in to comment.