Skip to content

Commit

Permalink
Update proposal.go
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Sep 11, 2023
1 parent c998866 commit 4d03abd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x/ccv/provider/keeper/proposal.go
Original file line number Diff line number Diff line change
Expand Up @@ -618,9 +618,6 @@ func (k Keeper) HandleEquivocationProposal(ctx sdk.Context, p *types.Equivocatio
}

func (k Keeper) HandleConsumerRewardDenomProposal(ctx sdk.Context, p *types.ChangeRewardDenomsProposal) error {
if err := p.ValidateBasic(); err != nil {
return fmt.Errorf("invalid proposal: %w", err)
}

for _, denomToAdd := range p.DenomsToAdd {
// Log error and move on if one of the denoms is already registered
Expand Down

0 comments on commit 4d03abd

Please sign in to comment.