Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe committed Jun 28, 2024
1 parent 0a2f411 commit 74b637a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/ccv/provider/keeper/distribution.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,10 @@ func (k Keeper) AllocateTokensToConsumerValidators(
// get the validator type struct for the consensus address
val, err := k.stakingKeeper.GetValidatorByConsAddr(ctx, consAddr)
if err != nil {
k.Logger(ctx).Error("cannot find validator by consensus address", "consensus address",
k.Logger(ctx).Error(
"cannot find validator by consensus address",
consAddr,
"while allocating rewards from consumer chain",
"consumer",
chainID,
"error",
err,
Expand Down

0 comments on commit 74b637a

Please sign in to comment.