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 edcc680 commit 26f031d
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 @@ -773,7 +773,7 @@ func (k Keeper) DeleteSlashAcks(ctx sdk.Context, chainID string) {

// AppendSlashAck appends the given slash ack to the given chain ID slash acks in store
func (k Keeper) AppendSlashAck(ctx sdk.Context, chainID,
ack string,
ack types.ConsumerConsAddress,
) {
acks := k.GetSlashAcks(ctx, chainID)
acks = append(acks, ack)
Expand Down

0 comments on commit 26f031d

Please sign in to comment.