Skip to content

Commit

Permalink
Update x/ccv/provider/keeper/keeper.go
Browse files Browse the repository at this point in the history
Co-authored-by: Shawn <[email protected]>
  • Loading branch information
yaruwangway and shaspitz authored Jul 21, 2023
1 parent 26f031d commit 21dac33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/provider/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ func (k Keeper) DeleteValsetUpdateBlockHeight(ctx sdk.Context, valsetUpdateId ui
}

// SetSlashAcks sets the slash acks under the given chain ID
func (k Keeper) SetSlashAcks(ctx sdk.Context, chainID string, acks []string) {
func (k Keeper) SetSlashAcks(ctx sdk.Context, chainID string, acks []types.ConsumerConsAddress) {
store := ctx.KVStore(k.storeKey)

sa := types.SlashAcks{
Expand Down

0 comments on commit 21dac33

Please sign in to comment.