Skip to content

Commit

Permalink
chore: remove extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaru Wang committed Jul 20, 2023
1 parent 8410276 commit edcc680
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x/ccv/provider/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -722,8 +722,6 @@ func (k Keeper) DeleteValsetUpdateBlockHeight(ctx sdk.Context, valsetUpdateId ui
}

// SetSlashAcks sets the slash acks under the given chain ID
//
// See https://github.com/cosmos/interchain-security/issues/728
func (k Keeper) SetSlashAcks(ctx sdk.Context, chainID string, acks []string) {
store := ctx.KVStore(k.storeKey)

Expand All @@ -740,8 +738,6 @@ func (k Keeper) SetSlashAcks(ctx sdk.Context, chainID string, acks []string) {
}

// GetSlashAcks returns the slash acks stored under the given chain ID
//
// See https://github.com/cosmos/interchain-security/issues/728
func (k Keeper) GetSlashAcks(ctx sdk.Context, chainID string) []string {
store := ctx.KVStore(k.storeKey)
bz := store.Get(types.SlashAcksKey(chainID))
Expand Down

0 comments on commit edcc680

Please sign in to comment.